J
Jacquie
I have a table called tClasses. Its primary key is CID, a simple 3-letter
code.
I have a table called tSchedule. I created a field called CID and used the
lookup wizard to look up the CID from the tClasses table.
When I view the form however, the drop down box does not have any CID's
listed -- just blanks -- even though there are over 30 CID's in the tClasses
table.
Row source: SELECT tClasses.CID FROM tClasses ORDER BY [CID];
Bound Column: 1
Column Count: 1
Column Heads: No
Column Widths: 1"
List Rows: 8
List Width: 1"
Limit to list: No
I already did a compact and repair several times.
Why aren't I seeinig the CID's in the drop down box? Thanks!!
code.
I have a table called tSchedule. I created a field called CID and used the
lookup wizard to look up the CID from the tClasses table.
When I view the form however, the drop down box does not have any CID's
listed -- just blanks -- even though there are over 30 CID's in the tClasses
table.
Row source: SELECT tClasses.CID FROM tClasses ORDER BY [CID];
Bound Column: 1
Column Count: 1
Column Heads: No
Column Widths: 1"
List Rows: 8
List Width: 1"
Limit to list: No
I already did a compact and repair several times.
Why aren't I seeinig the CID's in the drop down box? Thanks!!