I want to have a msgbox tell the user if an [accnum] field is blank. But I also want it to say what should be there.
Code:
If IsNull (Me.Accnum_2)=False Then Msgbox "Accession Number [Value of accnum field here] has not been entered in Accession Number Form"
I was thinking I could have it fill...