How does the user "save" the record? Do you have a save button?
If so, you want to set up a msgbox with the message required.
In code try
msgbox "You have successfully created a record", vbinformation, "Well done!"
If you use macros, i think messagebox is a docmd action