Morning all,
I have finance package I have put together that includes calculated cells/onclick command buttons showing/hiding tabs and lots of commands running queries.
However nothing top programmatically complex.
The issue
If I open the dbase and userform for the first time and click on the show/hide command buttons I get the generic "the expression On Click you entered as the event...." (PLUS) the calculated fields don't work when first opened.
To fix. All the errors and fields clear, fix and start working if I just go into any of the code elements and then press f5. So I am assuming the normal load is cached or doesn't load all modules for some reason.
All fields work perfectly... after pressing f5 so I know that the fields aren't corrupt or creating errors however I am at a loss to how to find the issue or fix.
I have switched off caching through options but doesn't make a difference.
Any ideas???
I've tried opening a separate usermenu and using command buttons to open the form but that doesn't solve it.
Any ideas would be great.
I have finance package I have put together that includes calculated cells/onclick command buttons showing/hiding tabs and lots of commands running queries.
However nothing top programmatically complex.
The issue
If I open the dbase and userform for the first time and click on the show/hide command buttons I get the generic "the expression On Click you entered as the event...." (PLUS) the calculated fields don't work when first opened.
To fix. All the errors and fields clear, fix and start working if I just go into any of the code elements and then press f5. So I am assuming the normal load is cached or doesn't load all modules for some reason.
All fields work perfectly... after pressing f5 so I know that the fields aren't corrupt or creating errors however I am at a loss to how to find the issue or fix.
I have switched off caching through options but doesn't make a difference.
Any ideas???
I've tried opening a separate usermenu and using command buttons to open the form but that doesn't solve it.
Any ideas would be great.