K
Kyle Friesen via AccessMonster.com
Hello,
I have a form that users will enter data in via combo boxes, list boxes,
etc. A save record command button executes a macro that maps and IDs each
record. A view records command button opens a select query which the users
may view the mapped entries. The mapping results in a concatenated "project
tracking number".
My question is: how can I display this project tracking number in a MsgBox
after the save record command is selected? I currently have a "Record Saved
Successfully" MsgBox.
For example:
MsgBox "Record Saved, Your Tracking Number is 123456"
Thanks.
I have a form that users will enter data in via combo boxes, list boxes,
etc. A save record command button executes a macro that maps and IDs each
record. A view records command button opens a select query which the users
may view the mapped entries. The mapping results in a concatenated "project
tracking number".
My question is: how can I display this project tracking number in a MsgBox
after the save record command is selected? I currently have a "Record Saved
Successfully" MsgBox.
For example:
MsgBox "Record Saved, Your Tracking Number is 123456"
Thanks.