Hello
I have a form where I can enter a new record. on this form there is a button to open a new form where you can enter information related to the record. The first form's record source is a table. The second form's record source is a query with data from the first form's table. My problem is that after I enter a new record and click on the button to get to the second form, the new record information does not show on the second form. Is there a way to update the record immediately after I input it without saving or closing the form. I have tried doing different refresh or requery commands but it doesn't seem to work. Thanks for any help.