J
JMCS
This is possibly a new twist in a recurring theme. I have a portable Access
application which is used by a number of business which on the whole are
fixed-term contracts, ie there will be no recordable date data earlier than
the contract start date. To prevent user error, I would like to change the
field validation for selected tables accordingly. My code works fine for any
date where the day is 13+, but reverts to US when it is 12-. I have used
Format as recommended by Douglas Steele etc, and in the Watches Window my
string is fine, but flunks in the table. I have even tried contructing a
string made up by selecting the day/month/year componenets separately, but
Access insists on over-riding it.
Can anyone advise, please?
JMCS
application which is used by a number of business which on the whole are
fixed-term contracts, ie there will be no recordable date data earlier than
the contract start date. To prevent user error, I would like to change the
field validation for selected tables accordingly. My code works fine for any
date where the day is 13+, but reverts to US when it is 12-. I have used
Format as recommended by Douglas Steele etc, and in the Watches Window my
string is fine, but flunks in the table. I have even tried contructing a
string made up by selecting the day/month/year componenets separately, but
Access insists on over-riding it.
Can anyone advise, please?
JMCS