TheSearcher
Registered User.
- Local time
- Today, 12:44
- Joined
- Jul 21, 2011
- Messages
- 342
I know. This should be an easy one - except for the fact that my combo box is unbound.
I have an option group that lets the user choose to search by name, date, therapy, payer etc.
If they choose Name (or anything else) then the rowsource for the combo box is dynamically populated accordingly.
When the form is first opened - if Date is chosen - everything works fine. However, if Name is chosen immediately after that then "The Value you entered isn't valid for this field" appears. As I mentioned, the combo box is unbound.
To make matters more mysterious, when the form is first opened - and something other than Date is selected first - then everything works properly even if Date is eventually chosen!
Has anyone ever experienced this? Very weird.
Thanks in advance,
TS
I have an option group that lets the user choose to search by name, date, therapy, payer etc.
If they choose Name (or anything else) then the rowsource for the combo box is dynamically populated accordingly.
When the form is first opened - if Date is chosen - everything works fine. However, if Name is chosen immediately after that then "The Value you entered isn't valid for this field" appears. As I mentioned, the combo box is unbound.
To make matters more mysterious, when the form is first opened - and something other than Date is selected first - then everything works properly even if Date is eventually chosen!
Has anyone ever experienced this? Very weird.
Thanks in advance,
TS