G
Guest
My data doesnot refresh on the display unless I quit several subform levels
and go back down again. I thin kthe problem might have to do with the forms
are based on Queries.
I tried puting fieldname.requery in the LOSTFOCUS of the lowest sublevel, I
tried putting a command button on the form I want the data to refresh on and
using the wizard form operations-refresh data.
I apparently don't understand the basics of what is going on.
Generally:
Table1
Table2
Table3
form1 based on a query pulling from all 3 tables
subform1 based on table2
if I change data in table 2 using subform1
how do I refresh the data on form1?
thanks
and go back down again. I thin kthe problem might have to do with the forms
are based on Queries.
I tried puting fieldname.requery in the LOSTFOCUS of the lowest sublevel, I
tried putting a command button on the form I want the data to refresh on and
using the wizard form operations-refresh data.
I apparently don't understand the basics of what is going on.
Generally:
Table1
Table2
Table3
form1 based on a query pulling from all 3 tables
subform1 based on table2
if I change data in table 2 using subform1
how do I refresh the data on form1?
thanks