Slides_Library
New member
- Local time
- Today, 10:22
- Joined
- Jan 29, 2008
- Messages
- 5
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 in for each record missing don't know if it is possible
Thanks
Slides_Library
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 in for each record missing don't know if it is possible
Thanks
Slides_Library