SimoneRene
Registered User.
- Local time
- Today, 04:48
- Joined
- Mar 15, 2017
- Messages
- 58
Did you put the FormattedMsgBox function in a module as I said to do ?
The Dim statement isn't correct
For info, i also wouldn't use the Form before update procedure for this
Better to use a command button ... or possibly the form close event
Hi Colin,
Sorry my mistake, I missed out the module in haste.
Thanks for the tip added the code to a Command- SaveBtn Instead of 'before update' event procedure.
I have got it working without the error handling as I was getting a Complie error: Variable not defined on;
StrProc "formattedMsgBox"
Thank you for your help!
Simone.