TomDuCrosbie
Technical User
I have a form for entering and viewing customer info. Once the customer's name is entered, there is and after update event to create the ClientID. There is an After Update event for ClientID Me.Requerry . I had the understanding that this would make the data show in the table, so when other info in sub forms is entered, everything works.
however, the data doesn't show up in the table until the form is closed. I can't have users enter the customers name, close the form, then re-open the form inorder to enter more information.
If the form isn't closed the error "The data has been saved to the database, but can not be displayed be cause of conditions of the underlying record source."
The error is because the subforms are all linked with the ClientID which isn't inputed into the table untill the form is closed.
Any sugestions?
Tom
however, the data doesn't show up in the table until the form is closed. I can't have users enter the customers name, close the form, then re-open the form inorder to enter more information.
If the form isn't closed the error "The data has been saved to the database, but can not be displayed be cause of conditions of the underlying record source."
The error is because the subforms are all linked with the ClientID which isn't inputed into the table untill the form is closed.
Any sugestions?
Tom