Hello, I would be grateful for any help
I have written message boxes in VB and have been able to add message box icons such as critical X, information i, exclamation!, etc However, I am really having problems recreating this in VBA in Access. I having been trying to following the help files but have not been successful. How can I add an information (i) mark to the following message box.
MsgBox ("Please enter a number between 1 and 3 or nothing")
Or is this not possible as I keep getting the error message "expected expression" when I add the following
MsgBox ("Please enter a number between 1 and 3 or nothing", vbInformation, , ,)
Any help would be much appreciated.
I have written message boxes in VB and have been able to add message box icons such as critical X, information i, exclamation!, etc However, I am really having problems recreating this in VBA in Access. I having been trying to following the help files but have not been successful. How can I add an information (i) mark to the following message box.
MsgBox ("Please enter a number between 1 and 3 or nothing")
Or is this not possible as I keep getting the error message "expected expression" when I add the following
MsgBox ("Please enter a number between 1 and 3 or nothing", vbInformation, , ,)
Any help would be much appreciated.