I think I've seen similar posts like this but they always seem a bit different and don't quite answer the mail for me, so here goes.
I built a database that is using forms as the primary user interface. The form is collecting user data and storing it in a table (Recruitment).
I built several queries that use the table (Recruitment).
I put together reports that are based on the queries and they all seem to work fine except for one field (Status). The Status field is getting results from the query. The query runs fine and display the results as I anticipated including the Status field. Going back to the Form, the Status field is a Combo Box that uses a lookup Table called Status.
I'm new to this so when I built the lookup table to be used for the Combo Box it included a Primary Key which was auto numbered. That primary key is what is showing up in my Report's Status field (the query runs fine and does not display the Primary Key since I bounded it and set the col width as 0";2").
Do I need to delete the Primary Key from the Lookup Table (Status) to ensure the Report displays the text instead of the key??
Sorry for being long winded and thanks.
I built a database that is using forms as the primary user interface. The form is collecting user data and storing it in a table (Recruitment).
I built several queries that use the table (Recruitment).
I put together reports that are based on the queries and they all seem to work fine except for one field (Status). The Status field is getting results from the query. The query runs fine and display the results as I anticipated including the Status field. Going back to the Form, the Status field is a Combo Box that uses a lookup Table called Status.
I'm new to this so when I built the lookup table to be used for the Combo Box it included a Primary Key which was auto numbered. That primary key is what is showing up in my Report's Status field (the query runs fine and does not display the Primary Key since I bounded it and set the col width as 0";2").
Do I need to delete the Primary Key from the Lookup Table (Status) to ensure the Report displays the text instead of the key??
Sorry for being long winded and thanks.