D
domdog
I have a table1 that fills out the name field thru the use of another
table2, a list of names that are given an ID number(primay key), using a
combo box on a form.
I use this table1 to fill out another table3.
Table3 is a rearrangement of table1. I do this only because the
form I use to fill out table one is a given and to facilitate data entry the
form on the computer must look a like the form that people fill out or they
get confused rearranging the data in their head while entering the data or
checking the data between to different layouts. The form has other benifits
because it is self checking in the field (w/o a computer).
There is no access relationships between table1 and table3 or Look up
fields. There is a one to many relationship between table2 and table 3 (
one name and ID to Many names in table3)
When I do a query based on table1 and table3 to pull out information I can
get the query to work but the Name field on table2 shows up correctly as
text(a name) but the Name field on table1 comes out as a number. This number
follows thru to any Reports I try to make. Since there is no relationship
between table1 and table2 except the combo box query I figure this is were
the problem is coming from. But the bottom line is that I would like to see
Names not numbers in my query and I definitly need to see Names in my reports.
table2, a list of names that are given an ID number(primay key), using a
combo box on a form.
I use this table1 to fill out another table3.
Table3 is a rearrangement of table1. I do this only because the
form I use to fill out table one is a given and to facilitate data entry the
form on the computer must look a like the form that people fill out or they
get confused rearranging the data in their head while entering the data or
checking the data between to different layouts. The form has other benifits
because it is self checking in the field (w/o a computer).
There is no access relationships between table1 and table3 or Look up
fields. There is a one to many relationship between table2 and table 3 (
one name and ID to Many names in table3)
When I do a query based on table1 and table3 to pull out information I can
get the query to work but the Name field on table2 shows up correctly as
text(a name) but the Name field on table1 comes out as a number. This number
follows thru to any Reports I try to make. Since there is no relationship
between table1 and table2 except the combo box query I figure this is were
the problem is coming from. But the bottom line is that I would like to see
Names not numbers in my query and I definitly need to see Names in my reports.