B
Brian
Here are the basics. I have a form that has two subforms
in it sub1 and sub2. Both subforms read off of the same
table, just present more/less information differently. I
have set up new data entry based on clicking on a button
to run the following code:
Private Sub CmdNewEntry_Click()
stDocName = "Q_NewEntry"
DoCmd.OpenQuery stDocName, acNormal, acEdit
I am looking for the next line of code to add after the
above that will refresh both subforms with the new data
that was just added to the table. I think it should be
releatively simple, just cannot come up with the necessary
command. The only thing that got me this far was peer
advice and an access manual.
Any and all help would be greatly appreciated.
Brian
in it sub1 and sub2. Both subforms read off of the same
table, just present more/less information differently. I
have set up new data entry based on clicking on a button
to run the following code:
Private Sub CmdNewEntry_Click()
stDocName = "Q_NewEntry"
DoCmd.OpenQuery stDocName, acNormal, acEdit
I am looking for the next line of code to add after the
above that will refresh both subforms with the new data
that was just added to the table. I think it should be
releatively simple, just cannot come up with the necessary
command. The only thing that got me this far was peer
advice and an access manual.
Any and all help would be greatly appreciated.
Brian