I have a table where my values are based on. The table has two columns one for ID (Key ID) and on the other column the data. How can i display the value instead of the key ID. When i direct it to the field for the control source, it picks the ID and when i change it, it gives me a parameter error.
Column one - ID.
Column two - Entity
This code give me a parameter error
If i put in Entity in the control source it will bring me the ID instead of the actual entity value.
any help will be greatly appreaciated.
Column one - ID.
Column two - Entity
This code give me a parameter error
Code:
SELECT T_Entity.ID, T_Entity.Entity FROM T_Entity;
If i put in Entity in the control source it will bring me the ID instead of the actual entity value.
any help will be greatly appreaciated.