Bill Moore
Registered User.
- Local time
- Today, 10:01
- Joined
- Dec 11, 2003
- Messages
- 51
I have a table with a 2-part required key.
DeptID (Required, default value 3)
Date (required, indexed, no duplicates)
Problem: If I try to enter a duplicate date in the table itself (with no form), it will give the appropriate error about a "no duplicates allowed". However, when I attempt to do the same thing via a form, it allows duplicates when it shouldn't.
Hum??
DeptID (Required, default value 3)
Date (required, indexed, no duplicates)
Problem: If I try to enter a duplicate date in the table itself (with no form), it will give the appropriate error about a "no duplicates allowed". However, when I attempt to do the same thing via a form, it allows duplicates when it shouldn't.
Hum??