Checkbox Issue

stevenmurfitt

New member
Local time
Today, 23:43
Joined
Nov 24, 2006
Messages
4
I was wondering if anyone could help. I have an Access 2007 SP2 database, I have a full version of 2007 all otehr users run the runtime version.

On only one of the checkboxes when a user disables it Access crashes with an exception error. If I disable it on the full version its fine. The user can also enable the checkbox, its only when disabling.
 
I've had that issue before... Not exactly with checkboxes, but I've had Access crash on a particular item like that before. I think the way I fixed it was; I created a new database on my desktop or wherever, then I selected File->Import and imported all the objects from the crashing database. Then recompile the code in the new file, then select compact and repair, and it was fine after that.

Hope that helps! Good luck!
 
Many thanks for that I will give it a go on my next release and see what happens. Access seems to do weird things like that xx
 
I tried to import everything to a fresh DB however it still did not work. I ended up deleting all the coding for that checkbox and writing from scratch. All now works ok.

Must have been some corruption that Access could not find.
 

Users who are viewing this thread

Back
Top Bottom