Hi,
I'm trying to fix a form in Access 2007 and I'm having a
of a time.
The form has a Main form and two subforms. The main form has a three tab setup with two of the subforms on tab 2 and three respectively.
The first subform is an input for a single record into a table.
The second subform is a datasheet view of all the records from that same table.
I need to get the datasheet subform to display all of the records when the tab is clicked on including the new record just created in the first subform.
I have created refresh macros and written refresh commands in VBA but I can't get anything to fire. I tested with simple messages in all events that should trigger when the second subform is clicked on and nothing is firing.
There are no filters on the records.
Does anyone have any idea why these events would not fire?
I have tried:
OnFocus
BeforeUpdate
OnClick
OnEnter
OnLoad
Nothing is executing the requery.
Help! I'm about to throw this entire program and Access 2007 out the window!
Thanks,
Maureen
I'm trying to fix a form in Access 2007 and I'm having a

The form has a Main form and two subforms. The main form has a three tab setup with two of the subforms on tab 2 and three respectively.
The first subform is an input for a single record into a table.
The second subform is a datasheet view of all the records from that same table.
I need to get the datasheet subform to display all of the records when the tab is clicked on including the new record just created in the first subform.
I have created refresh macros and written refresh commands in VBA but I can't get anything to fire. I tested with simple messages in all events that should trigger when the second subform is clicked on and nothing is firing.
There are no filters on the records.
Does anyone have any idea why these events would not fire?
I have tried:
OnFocus
BeforeUpdate
OnClick
OnEnter
OnLoad
Nothing is executing the requery.
Help! I'm about to throw this entire program and Access 2007 out the window!
Thanks,
Maureen