jazminecat
Programmer
Hi again -
I have a database that holds all the addresses for our mailings. The master address table is related to the city, state, and zip tables. The city field in the master address table, for example, is a listbox text field, with a lookup to the city table which says:
SELECT [CitiesTable].[ID], [CitiesTable].[City] FROM CitiesTable;
Bound colum is 1 (the primary key) column count = 2, column widths 0,1. So when I enter data into the forms based on this table, it's a drop down that shows the city names.
The query just pulls the info from the master address table, and it shows the values of each field, not the primary key. However, if I try to do a mail merge to word from a query based on this table, it lists the primary key numbers for the city, state, and zip, which unfortunately won't get it to it's destination. How do I change my table or query so that if I merge it will list the actual city, state, and zip code?
thanks in advance!
jazmine
I have a database that holds all the addresses for our mailings. The master address table is related to the city, state, and zip tables. The city field in the master address table, for example, is a listbox text field, with a lookup to the city table which says:
SELECT [CitiesTable].[ID], [CitiesTable].[City] FROM CitiesTable;
Bound colum is 1 (the primary key) column count = 2, column widths 0,1. So when I enter data into the forms based on this table, it's a drop down that shows the city names.
The query just pulls the info from the master address table, and it shows the values of each field, not the primary key. However, if I try to do a mail merge to word from a query based on this table, it lists the primary key numbers for the city, state, and zip, which unfortunately won't get it to it's destination. How do I change my table or query so that if I merge it will list the actual city, state, and zip code?
thanks in advance!
jazmine