P
Public
Hi,
I am facing some problems in binding the control source of a textbox to a
query that is NOT in the record set of Form (I don't want to change the
record set query). I want to show the course name when a user selects a
course ID
What I did is as follows:
1) I Created a query that have something like CourseID and CoruseName (I
called it like Courses)
2) CourseID in the query is coming from the same form that have the textbox
3) I went to the form and bound the textbox for the course name like this
[Courses]![CourseName]
And I am only seeing #Name?
Moreover, I am not sure whether this is helpful or not, but I am using MS
Access 2003.
Regards
I am facing some problems in binding the control source of a textbox to a
query that is NOT in the record set of Form (I don't want to change the
record set query). I want to show the course name when a user selects a
course ID
What I did is as follows:
1) I Created a query that have something like CourseID and CoruseName (I
called it like Courses)
2) CourseID in the query is coming from the same form that have the textbox
3) I went to the form and bound the textbox for the course name like this
[Courses]![CourseName]
And I am only seeing #Name?
Moreover, I am not sure whether this is helpful or not, but I am using MS
Access 2003.
Regards