Like your mother-in-law that visits too often, I am back. :-)
I have two tables, two forms. The primary key of table 1 is a foreign key in table two. I have a button on form one that opens form two and it should take the ID autonumber field from the first form and populate the ID field on the second form (and get stored in the table too).
But it's not working. My guess is that technically the data from the first form hasn't populated the database yet so it can't get carried over to form two.
So how do I tell Access that when I click the button to open up form two, go ahead and stick all the data that was entered on form one into the database (but you don't have to go to a new record, just stay put while form two is being filled out - eventually it will be closed).
Is it like a requery or refresh or something like that?
thanks to any and all help,
melissa :-)
I have two tables, two forms. The primary key of table 1 is a foreign key in table two. I have a button on form one that opens form two and it should take the ID autonumber field from the first form and populate the ID field on the second form (and get stored in the table too).
But it's not working. My guess is that technically the data from the first form hasn't populated the database yet so it can't get carried over to form two.
So how do I tell Access that when I click the button to open up form two, go ahead and stick all the data that was entered on form one into the database (but you don't have to go to a new record, just stay put while form two is being filled out - eventually it will be closed).
Is it like a requery or refresh or something like that?
thanks to any and all help,
melissa :-)
Comment