>Does this mean you see the record on each query's >recordset (output)?
Yes, I see the data in the each individual Table and each individual query
>You say you built a form from 4 queries. This, to me, >means you brought together the output of 4 queries in >another query and built the form on that recordset. Is >this correct?
I used a Form Wizard and placed all 4 queries in the form, setting it up to show one complete record at a time.
>If so, how are the queries related (how are they >connected, through what field, what kind of join)?
I have the following tables created...
tblName, tblAddress, tblPhone and tblChurch
tblName the key field "Prime_ID" is used to attache the table to tblAddress, tblPhone and tblChurch that also have the key field called "Prime_ID"
>"Name, Address, Phone, Church" are query names or fields >in a table?
These are the base Names, if it is a table it is preceded by tbl. and if a query by qry... I.E. tblName and qryName
>What is all the tables structures? And what do you want to >produce?
What I am wanting to do is have the smallest amount of data in a database that can produce the larges amount of information. Isn't that what database are supposed to do?
Hope that helps, and thank you.
RobotMush (Technical User) Self Taught