B
babs
I have a subform for jobs to be at list - when I am int the actual form it
requeries and shows only the ones checked off - when I go to the mainform
with the jobs to be at list as a subform - it does not refresh or requery
unless I close and open back up again. I had added a refresh command button
with the following code:
DoCmd.RunCommand acCmdRefresh
when i press the refresh button it refreshes the job list to be at
I add this code to the Onload of the Main form - don't want user to have to
press refresh button but it doesn't refresh jobs to be at list unless press
refresh or close and open - added requery all over the place on load and on
open of all main and subforms.
what am i missing???
Barb
requeries and shows only the ones checked off - when I go to the mainform
with the jobs to be at list as a subform - it does not refresh or requery
unless I close and open back up again. I had added a refresh command button
with the following code:
DoCmd.RunCommand acCmdRefresh
when i press the refresh button it refreshes the job list to be at
I add this code to the Onload of the Main form - don't want user to have to
press refresh button but it doesn't refresh jobs to be at list unless press
refresh or close and open - added requery all over the place on load and on
open of all main and subforms.
what am i missing???
Barb