Mocha Float
New member
- Local time
- Yesterday, 16:41
- Joined
- Feb 15, 2013
- Messages
- 9
Hello guys,
First of all I'd like to point out that I'm working in Access 2010 Web.
I noticed that data macros can't run the MsgBox function; only normal macros can. Also, data macros can only run other data macros, so here's my problem:
I need to run a message box notifying the user of an invalid input into a table if that be the case. I am using a Before Change data macro to check if the change is valid or not, but I need to be able to point out to the user what exactly the problem is.
Any tips on how to get this working, or a different solution would be greatly appreciated!
Thanks
First of all I'd like to point out that I'm working in Access 2010 Web.
I noticed that data macros can't run the MsgBox function; only normal macros can. Also, data macros can only run other data macros, so here's my problem:
I need to run a message box notifying the user of an invalid input into a table if that be the case. I am using a Before Change data macro to check if the change is valid or not, but I need to be able to point out to the user what exactly the problem is.
Any tips on how to get this working, or a different solution would be greatly appreciated!
Thanks