Larry1216
Technical User
- Nov 14, 2002
- 13
I want to have a validation rule for a form reference another form or table in the same database.
I have a table [Reference 03 Data For Forms] with a field [RYEndDOS] in the Short Date Format. There is a form [Switchboard] where the user enters a date for the end of the year.
In the validation rule for a date field on a form, I have
<=[Forms]![Switchboard]![RYEndDOS] I have also tried referencing the table <=[Tables]![Reference 03 Data for Forms]![RYEndDOS]
However I recieve error messages when I try either of these. I used this technique successfully a few years ago (Access 97) but cannot duplicate it in Access 2000.
I have a table [Reference 03 Data For Forms] with a field [RYEndDOS] in the Short Date Format. There is a form [Switchboard] where the user enters a date for the end of the year.
In the validation rule for a date field on a form, I have
<=[Forms]![Switchboard]![RYEndDOS] I have also tried referencing the table <=[Tables]![Reference 03 Data for Forms]![RYEndDOS]
However I recieve error messages when I try either of these. I used this technique successfully a few years ago (Access 97) but cannot duplicate it in Access 2000.