HowardHelp
New member
- Local time
- Today, 00:23
- Joined
- Feb 1, 2021
- Messages
- 26
I have a table when viewed you can see the values in text form, when referenced in a form text appears as a number, which I don’t want.
The field gets its information from another table (table1a) in the main table lookup properties is the reference to the second table (table1a) in the design under Row Source and it looks like this
SELECT DISTINCTROW table1a.AUID, table1a.fldMusicType FROM table1a;
The table1a is a separate table which can be seen in the relationships in a queries because of the above code.
I quite simply want to know how if possible to view this as text in a field in my form without modifying the main table but I can modify the table1a or my queries or my form of cause.
I understand the number I see in my form is the tables AUID reference to the text I require in the table table1a.
Anyone have any simple suggestions, much appreciated.
The field gets its information from another table (table1a) in the main table lookup properties is the reference to the second table (table1a) in the design under Row Source and it looks like this
SELECT DISTINCTROW table1a.AUID, table1a.fldMusicType FROM table1a;
The table1a is a separate table which can be seen in the relationships in a queries because of the above code.
I quite simply want to know how if possible to view this as text in a field in my form without modifying the main table but I can modify the table1a or my queries or my form of cause.
I understand the number I see in my form is the tables AUID reference to the text I require in the table table1a.
Anyone have any simple suggestions, much appreciated.