I did search but I can’t seem to word what I want correctly for Google to give me what I am looking to do.
Ok I am sure this is really simple, I have a form and I want to display the address for a selected record, I have a text box that has the following in it.
I want to add in the State (StateProvince) but I can’t figure it out as the state is in a related table.
I know I can make a query that combines all this data into one table but I am sure there must be a better way as I don’t want to have un needed query’s everywhere.
Ok I am sure this is really simple, I have a form and I want to display the address for a selected record, I have a text box that has the following in it.
Code:
="Site Name: " & [centerName] & "[/FONT][/COLOR]
[FONT=Verdana][COLOR=black]Site address: " & [mainAddrLine1] & " " & [mainAddrLine2] & " " & [mainAddrCity] & ", " & [StateProvince][/COLOR][/FONT]
I want to add in the State (StateProvince) but I can’t figure it out as the state is in a related table.
I know I can make a query that combines all this data into one table but I am sure there must be a better way as I don’t want to have un needed query’s everywhere.