Hello,
I have a form that is driven from a query. The query just had one table and two of the fields were facility id and unit id stored as numbers with the actual descriptive value stored in a lookup table. My first thought was to link the Unit and Facility table in the query that was driving the form, but that made the form non updatable.
I need to show the actual values of facility and unit that are in the lookup tables on my form without adding any joins to the query because I need it to remain updateable.
Can anyone point me in the right direction?
Thank you.
I have a form that is driven from a query. The query just had one table and two of the fields were facility id and unit id stored as numbers with the actual descriptive value stored in a lookup table. My first thought was to link the Unit and Facility table in the query that was driving the form, but that made the form non updatable.
I need to show the actual values of facility and unit that are in the lookup tables on my form without adding any joins to the query because I need it to remain updateable.
Can anyone point me in the right direction?
Thank you.