Hi.
I'm really struggling with this and I'm hoping someone could help me.
I have a couple of dependent combo boxes in my forms, and it's storing the data in the table as id's instead of values.
I need the values in the table, not the id. I will be exporting this table and sending it to a 3rd party and Id's wont help them.
How can I do that?
Here's an overview of the structure:
Main Table
Main Form
Lookup Parent Category Table
Lookup Child Category Table.
I have a lookup in the form that references the Lookup Parent Category Table, and another one for the Child Category Table. It's storing the data that I enter into the Main Table as Id's, not values.
Thanks in advance for your help.
I'm really struggling with this and I'm hoping someone could help me.
I have a couple of dependent combo boxes in my forms, and it's storing the data in the table as id's instead of values.
I need the values in the table, not the id. I will be exporting this table and sending it to a 3rd party and Id's wont help them.
How can I do that?
Here's an overview of the structure:
Main Table
Main Form
Lookup Parent Category Table
Lookup Child Category Table.
I have a lookup in the form that references the Lookup Parent Category Table, and another one for the Child Category Table. It's storing the data that I enter into the Main Table as Id's, not values.
Thanks in advance for your help.