M
Martin
Here's a funny thing (if you're interested!): 97 format databases that have
either been opened in or converted to 2000 format show check boxes as null
(greyed-out) for new records rather than the usual False (or empty) which is
what shows for new records in a 97 database opened in 97 or a 2000 database
opened in 2003.
This has caused me problems because I have Form_Current code that responds
to whether a check box is true or false to en/disable a combo box. Easily
fixed of course - I'll just include an If(IsNull(checkbox1)... - but enough
to cause the form to stop working.
either been opened in or converted to 2000 format show check boxes as null
(greyed-out) for new records rather than the usual False (or empty) which is
what shows for new records in a 97 database opened in 97 or a 2000 database
opened in 2003.
This has caused me problems because I have Form_Current code that responds
to whether a check box is true or false to en/disable a combo box. Easily
fixed of course - I'll just include an If(IsNull(checkbox1)... - but enough
to cause the form to stop working.