G
Guest
I have an Access ADP file that I've been using for about 4 years now
constantly making updates and expanding the functionality of my application.
I use the Access 2003 developer extensions to compile the ADP into an
executable and package the Access Runtime.
I recently applied a BUNCH of Windows and Office updates and since then
every time users insert a new record most all the fields checkbox fields (but
not all) default to being checked. I was way behind in my updates so it
could be an older update or a new one that caused the problem. I also
applied MsOffice SP3.
The record source to the form is a view. I checked all the fields in the
database and they're all set to default to (0). I checked the checkbox
definitions on the form and they're all set to DEFAULT VALUE False.
I can't figure out why some are defaulting to being check and some aren't
especially since they're all defined the same way. I stepped through the
code and there's nothing setting the values - they're being set when the
record is inserted.
Has anyone seen this or have a workaround?
Thanks
Guy
constantly making updates and expanding the functionality of my application.
I use the Access 2003 developer extensions to compile the ADP into an
executable and package the Access Runtime.
I recently applied a BUNCH of Windows and Office updates and since then
every time users insert a new record most all the fields checkbox fields (but
not all) default to being checked. I was way behind in my updates so it
could be an older update or a new one that caused the problem. I also
applied MsOffice SP3.
The record source to the form is a view. I checked all the fields in the
database and they're all set to default to (0). I checked the checkbox
definitions on the form and they're all set to DEFAULT VALUE False.
I can't figure out why some are defaulting to being check and some aren't
especially since they're all defined the same way. I stepped through the
code and there's nothing setting the values - they're being set when the
record is inserted.
Has anyone seen this or have a workaround?
Thanks
Guy