D
damonj
Hi All,
Running Access 2002 on WinXP Pro.
I have the following code for a message box;
MsgBox ("Is all data for Flint Cross Reference Number "
& Me.FLINTNO _
& " correct before posting? "), vbYesNo, "Verify
Entry"
What I would like to happen is this;
If a user clicks Yes, the recorded gets saved,
a new message box appears and says. " The record has been
posted."
and the form moves to a blank record, ready to accept new
information.
If a user selects No, then I want them to be able to go
back to the form and make any needed changes.
Many thanks,
Damon
Running Access 2002 on WinXP Pro.
I have the following code for a message box;
MsgBox ("Is all data for Flint Cross Reference Number "
& Me.FLINTNO _
& " correct before posting? "), vbYesNo, "Verify
Entry"
What I would like to happen is this;
If a user clicks Yes, the recorded gets saved,
a new message box appears and says. " The record has been
posted."
and the form moves to a blank record, ready to accept new
information.
If a user selects No, then I want them to be able to go
back to the form and make any needed changes.
Many thanks,
Damon