Spelthorne1
Registered User.
- Local time
- Today, 09:19
- Joined
- Feb 17, 2004
- Messages
- 20
Ive looked and looked for any other postings on this subject but none have answered my problem.
The form 'DataCapture' has a record source of 'WC16Feb' and numerous text boxes.
I also have another table 'Work_Done_TodayQR' that i want the form to look at and show the values in some text boxes.
I have tried within the code (an onclick event) to change the recordsource and controlsource of the txtboxes but to no avail.
i.e
txtSum.ControlSource = "Work_Done_TodayQR"
Another question:
Is it possible to run a select query and have the values returned show in a textbox on a form?
The form 'DataCapture' has a record source of 'WC16Feb' and numerous text boxes.
I also have another table 'Work_Done_TodayQR' that i want the form to look at and show the values in some text boxes.
I have tried within the code (an onclick event) to change the recordsource and controlsource of the txtboxes but to no avail.
i.e
txtSum.ControlSource = "Work_Done_TodayQR"
Another question:
Is it possible to run a select query and have the values returned show in a textbox on a form?