P
Piri
Access 2007
I have a combo box based on a query (design) on a Locations table:
Three fields in the table - City, State, Country. All three are called
by the query as the RowSource of the CBox.
The SQL view of the query is:
SELECT tblLocations.City, tblLocations.STATE, tblLocations.Country
FROM tblLocations
ORDER BY tblLocations.City, tblLocations.STATE, tblLocations.Country;
When I add the record to a data table, instead of writing say, "New
York" as the city selected into the table it writes what appears to be
the line (Record) number of the table "23305". There is no reference
to any Record Number in the table or the underlying query that I can
find. I need the expression "New York" saved in the table.
Any help appreciated.
Piri
I have a combo box based on a query (design) on a Locations table:
Three fields in the table - City, State, Country. All three are called
by the query as the RowSource of the CBox.
The SQL view of the query is:
SELECT tblLocations.City, tblLocations.STATE, tblLocations.Country
FROM tblLocations
ORDER BY tblLocations.City, tblLocations.STATE, tblLocations.Country;
When I add the record to a data table, instead of writing say, "New
York" as the city selected into the table it writes what appears to be
the line (Record) number of the table "23305". There is no reference
to any Record Number in the table or the underlying query that I can
find. I need the expression "New York" saved in the table.
Any help appreciated.
Piri