J
John F
Table "A" is the data for form "A".
Table "B" is the data for subform "B".
Table "C" is a lookup for a field in table "B".
Form "A" is a regular form.
Form "B" is a datasheet style form.
Control button on form "A" which opens a form to update contents of table "C".
After closeing the form from which table "C" was eddited how do you requery
to make the newly added information to the lookup is available for use?
DoCmd.Requery does not work.
DoCmd.Requery sfrmBookAuthor does not work.
Table "B" is the data for subform "B".
Table "C" is a lookup for a field in table "B".
Form "A" is a regular form.
Form "B" is a datasheet style form.
Control button on form "A" which opens a form to update contents of table "C".
After closeing the form from which table "C" was eddited how do you requery
to make the newly added information to the lookup is available for use?
DoCmd.Requery does not work.
DoCmd.Requery sfrmBookAuthor does not work.