G
Guest
Hi there,
Could someone please advise me?
I use DoCmd.RunSQL SQLInsert in my code to insert a new record
SQLInsert = "Insert Into tblMSFID (MSFRef, MSFRev) " & _
"Values (DMax('MSFRef', 'tblMSFID') + 1, '-')"
How could I display the two values in the messagebox the moment a user get
these values.
Thanks in advance.
Could someone please advise me?
I use DoCmd.RunSQL SQLInsert in my code to insert a new record
SQLInsert = "Insert Into tblMSFID (MSFRef, MSFRev) " & _
"Values (DMax('MSFRef', 'tblMSFID') + 1, '-')"
How could I display the two values in the messagebox the moment a user get
these values.
Thanks in advance.