C
Charter Newsgroups
I have three tables in my new database: Courses, Instructors, & Courses and
Instructors.
Courses has Course Number (AutoNumber, key) and Course Name (text, indexed /
no duplicates) fields.
Similarly, Instructors has Instructor Number and Instructor Name fields
(same properties).
Courses and Instructors has Course Name and Instructor Name fields, which I
have set up 1:1 relationships with their counterparts.
My trouble lies in the fact that I am trying to make it so that I can have a
Combo Box with the Course Name or Instructor Name, as appropriate, listed. I
have been able to make the Course number and Instructor Numbers show up in
the combo boxes, but not the Name!!! This is exceedingly frustrating. For
both fields, I have (in the Lookup tab of the bottom area, in design view)
the Display Control as Combo Box. I have Row Source Type as Table/Query,
with Row Source pointing to the Courses or Instructors table, as necessary.
I had thought that having the data type be text would help Access to figure
out that I need to use the field that is also defined as text in the other
table; no such luck. It apparently, I guess, simply displays the autonumber
key of the other field as text.
I have tried to change the Bound Column to 0, 1, or 2, but it appears to
have absolutely no effect on which column actually appears.
Column heads simply shows the field names, while Column Widths lets me show
1 or both columns.
Can somebody help me out here? I am totally frustrated -- this is really
ridiculous!
BTW, does anybody really know what "Bound Column" refers to? It seems, by
its description, that it should be what I'm looking for, but it isn't. This
is so totally illogical!
Thanks,
Eric
Instructors.
Courses has Course Number (AutoNumber, key) and Course Name (text, indexed /
no duplicates) fields.
Similarly, Instructors has Instructor Number and Instructor Name fields
(same properties).
Courses and Instructors has Course Name and Instructor Name fields, which I
have set up 1:1 relationships with their counterparts.
My trouble lies in the fact that I am trying to make it so that I can have a
Combo Box with the Course Name or Instructor Name, as appropriate, listed. I
have been able to make the Course number and Instructor Numbers show up in
the combo boxes, but not the Name!!! This is exceedingly frustrating. For
both fields, I have (in the Lookup tab of the bottom area, in design view)
the Display Control as Combo Box. I have Row Source Type as Table/Query,
with Row Source pointing to the Courses or Instructors table, as necessary.
I had thought that having the data type be text would help Access to figure
out that I need to use the field that is also defined as text in the other
table; no such luck. It apparently, I guess, simply displays the autonumber
key of the other field as text.
I have tried to change the Bound Column to 0, 1, or 2, but it appears to
have absolutely no effect on which column actually appears.
Column heads simply shows the field names, while Column Widths lets me show
1 or both columns.
Can somebody help me out here? I am totally frustrated -- this is really
ridiculous!
BTW, does anybody really know what "Bound Column" refers to? It seems, by
its description, that it should be what I'm looking for, but it isn't. This
is so totally illogical!
Thanks,
Eric