Working with Access 2013
I have a subform that is part of the main report form. I want users to see entries which they would enter using the dialog form (that should be connected with this subform). The subform is in Datasheet view since there are many 'Compliance' associated with the report.
I tried using a DoCmd.Requery in the AfterUpdate and also the form load.
Don't know much of VBA code but someone told me it's one line, yet I am waiting weeks for this one line.
How can I get the datasheet to update after the dialog entry was submitted?
I have a subform that is part of the main report form. I want users to see entries which they would enter using the dialog form (that should be connected with this subform). The subform is in Datasheet view since there are many 'Compliance' associated with the report.
I tried using a DoCmd.Requery in the AfterUpdate and also the form load.
Don't know much of VBA code but someone told me it's one line, yet I am waiting weeks for this one line.
How can I get the datasheet to update after the dialog entry was submitted?
Comment