StacyStacy
A "Californian" at heart!
- Local time
- Today, 02:50
- Joined
- Jan 29, 2003
- Messages
- 159
How do I assign the value of the following query to a text box?
Me![Text543].ControlSource = "select county_nam from county where state = 'MS' and county_no = '24';"
Me![Text543].Requery
I am receivineg #NAME? in the textbox when the code above is executed.
When try running the following code as a query:
select county_nam from county where state = 'MS' and county_no = '24';
I receive a value, but it is not being displayed in the text box.
Can somone help?
Thanks!
Me![Text543].ControlSource = "select county_nam from county where state = 'MS' and county_no = '24';"
Me![Text543].Requery
I am receivineg #NAME? in the textbox when the code above is executed.
When try running the following code as a query:
select county_nam from county where state = 'MS' and county_no = '24';
I receive a value, but it is not being displayed in the text box.
Can somone help?
Thanks!