G
Guest
I have a combo box that returns values back to my main table. However, the
way that I have the combo box setup, it returns the text values back as
numeric values because of the way they are sorted in the query that the combo
box values are collected from and because of the primary values the table has
autonumbered.
So now I want to run a query for the data that I've collected and I cannot
because when I set the criteria to a text value and try to retrieve those
values it shows nothing because all the data has been entered into the table
as numeric values. For example Wardrobe is seen as a 3. So I can search for
a 3 and get all the Wardrobe values, but if I put in Wardrobe it will show
nothing.
Please help.
Thanks,
Joe
way that I have the combo box setup, it returns the text values back as
numeric values because of the way they are sorted in the query that the combo
box values are collected from and because of the primary values the table has
autonumbered.
So now I want to run a query for the data that I've collected and I cannot
because when I set the criteria to a text value and try to retrieve those
values it shows nothing because all the data has been entered into the table
as numeric values. For example Wardrobe is seen as a 3. So I can search for
a 3 and get all the Wardrobe values, but if I put in Wardrobe it will show
nothing.
Please help.
Thanks,
Joe