Hi everyone
I have a form based on a table
The form includes a subform displaying data from a related table
The subform has a record count in the footer =Count(*)
I have limited the number of records that can be entered into the subform to 3 by looking at the =count(*) in the BeforeInsert event
This works fine however...
If I enter a new record in the subform, the count in the footer does not update until the main form has been refreshed. I am not able to get the form to refresh or the count to update automatically!!
Please help!
I have a form based on a table
The form includes a subform displaying data from a related table
The subform has a record count in the footer =Count(*)
I have limited the number of records that can be entered into the subform to 3 by looking at the =count(*) in the BeforeInsert event
This works fine however...
If I enter a new record in the subform, the count in the footer does not update until the main form has been refreshed. I am not able to get the form to refresh or the count to update automatically!!
Please help!