Hi
I need to be able to create a Save macro for a form using the macro builder. In the past I've successfully done it using RunMenuCommand and then selecting SaveRecord
This now gives me an error
'The command or action 'Save Record' isn't available now'
The error number is 2046 with arguments 97
Interestingly, when I use the wizard to create a save button on the same form, then open the created macro and cut out everything apart from the identical command, it works fine.
We use Access 365 but I think we were using this previously. Has anyone any ideas what's going on?
I need to be able to make the macro using the builder rather than VBA for educational purposes, please don't suggest code solutions as I won't be able to use them
Many thanks!