hhzyousafi
Registered User.
- Local time
- Today, 19:50
- Joined
- Nov 18, 2013
- Messages
- 74
I have a form that has a SQL query with a JOIN of two tables as the recordsource. I have one unbound field, a dropdown, on the form and one bound field, a text box, and both of these fields have to do with the TaskID. The JOIN of two tables is as per the TaskID. Now if I pass a "TaskID" to the bound field at the time the form loads the fields on the form filter exactly as intended and show me the data relevant to that particular TaskID; however when I select the TaskID from the unbound field and pass that selection to the bound field I get a run-time error.
I have completely redesigned and restructured my form and I am still getting this error. What have I done wrong?
I have completely redesigned and restructured my form and I am still getting this error. What have I done wrong?