H
harleyken
thanks to the guru's
I have the same "on click" code format in two different forms -
- this one works
Me![Entry_date] = Me![Text63]
- this one doesn't
Me![Text36] = Me![Text71]
This is a short date format (text71 is defaulted to "date()")
Text36 is set to a short date format
what else am I missing?
this works in one form, but not the other - I get a error about the on click
event..
I have the same "on click" code format in two different forms -
- this one works
Me![Entry_date] = Me![Text63]
- this one doesn't
Me![Text36] = Me![Text71]
This is a short date format (text71 is defaulted to "date()")
Text36 is set to a short date format
what else am I missing?
this works in one form, but not the other - I get a error about the on click
event..