I created a Combo Box that takes values from a table (EX. Linda, Hannah) and stores values in "Client Name". But instead of storing values(Linda, Hannah) in "Client Name" it stores Value (1, 2).
How do I get the combo box to store values (Linda, Hannah) and NOT (1,2)?
I tried Relating the tables from "ID" to "Clients Name" and rigging it to associate (Linda, Hannah) to (1, 2), but it didn't want to associate a "AutoNumber/ ID" to a "Text/ Clients Name". And gave me a Error Message, "Type Mismatch in Expression".
Thanx,
A.