reload data

S

short

I have a seperate form for viewing data, and one for adding data information.
How do I get the viewing data form to reload automatical once the information
is added into the adding data form? (There is a tab control on the viewing
data too. I'm not sure if that is needed to know)

Thanks
 
L

Linq Adams via AccessMonster.com

You need to requery you viewing form. Are these two forms open at the same
time, i.e. do you open the viewing form, open the data entry form leaving the
viewing form open, enter data, then return to the viewing form?
 
Top