From: Paul on 9 Feb 2010 13:19 I have a listbox with five columns pulling from one table(contracts). Column one is bound to underlying table(review). How can I change matching fields in underlying table for all columns in listbox being pulled from contracts table? I wish I could bind them all to the review table, but I have their control source to reflect the appropriate column of the bound value.
From: Jeanette Cunningham on 9 Feb 2010 14:47 If you use the listbox to select a contract, then open a form to update the selected contract, you can use the unload event or after update event of the edit contract form to requery the listbox to show the changes in the listbox. Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia "Paul" <Paul(a)discussions.microsoft.com> wrote in message news:26607BDA-98C5-4419-A5C6-10CB41E9E463(a)microsoft.com... >I have a listbox with five columns pulling from one table(contracts). > Column one is bound to underlying table(review). How can I change matching > fields in underlying table for all columns in listbox being pulled from > contracts table? > I wish I could bind them all to the review table, but I have their control > source to reflect the appropriate column of the bound value.
|
Pages: 1 Prev: BeforeUpdate doesn't always fire Next: Add new record through Form view |