Eddyoftheyear
Technical User
Hi Tek Experts,
I am running a apend queries and wanted to add mesage box confirming the operation when the records are apended.
the following codes I used to apend the records:
DoCmd.Hourglass True
Turns off the Access warning messages
DoCmd.SetWarnings False
DoCmd.OpenQuery "Step 2_qry"
DoCmd.OpenQuery "Step 1_qry"
DoCmd.OpenQuery "Step 3_qry"
Turns the Access warning messages back on
DoCmd.SetWarnings True
I am running a apend queries and wanted to add mesage box confirming the operation when the records are apended.
the following codes I used to apend the records:
DoCmd.Hourglass True
Turns off the Access warning messages
DoCmd.SetWarnings False
DoCmd.OpenQuery "Step 2_qry"
DoCmd.OpenQuery "Step 1_qry"
DoCmd.OpenQuery "Step 3_qry"
Turns the Access warning messages back on
DoCmd.SetWarnings True