Hi everyone,
I have a form in my database with a list box. The list box values come from a separate table created just to store values for the list box.
What I want to happen is for the value that a user selects from the list box (in the form) to appear exactly as it is in the main table the form is being used to enter data into.
This is working, but the text values in the list box are being entered into the main table as numbers. For example, selecting the first text value in the list box would produce a value of '1' in the main table.
How do I get it to display the actual text value instead?
Thanks!
I have a form in my database with a list box. The list box values come from a separate table created just to store values for the list box.
What I want to happen is for the value that a user selects from the list box (in the form) to appear exactly as it is in the main table the form is being used to enter data into.
This is working, but the text values in the list box are being entered into the main table as numbers. For example, selecting the first text value in the list box would produce a value of '1' in the main table.
How do I get it to display the actual text value instead?
Thanks!
Comment