G
Guest
I am trying to creat an append query from a table [Prospective Gains] to
table [DIVO Form] I have set up an append query from the Gains table to the
Divo table with a delete query and set the close procedure to the following:
Private Sub Form_Close()
DoCmd.RunMacro "gains"
End Sub
The end result should be that when I click on the checkbox the appropriate
data should add to the DIVO Table and all data should delete out of the Gains
Table. I have gotten such a query to work earlier when people detach.
However, I am unable to get this query to work. I hav etried to copy and
paste and change the appropriate tables and building from scratch. Where am
I going wrong? I realize there are a lot of variables here.
table [DIVO Form] I have set up an append query from the Gains table to the
Divo table with a delete query and set the close procedure to the following:
Private Sub Form_Close()
DoCmd.RunMacro "gains"
End Sub
The end result should be that when I click on the checkbox the appropriate
data should add to the DIVO Table and all data should delete out of the Gains
Table. I have gotten such a query to work earlier when people detach.
However, I am unable to get this query to work. I hav etried to copy and
paste and change the appropriate tables and building from scratch. Where am
I going wrong? I realize there are a lot of variables here.