L
lewie
I have 2 questions. First I have a main table where all my po's will be
stored. I have lookup tables linked to those fields through ID's. Data
stored in the table is int like 1 stored in request field. then there
is a request table with a 1 requestid and a second field requesttext. i
used the lookup field in the table.made it combo box count 2, linked
to 1, amd view is 0",1". so when u look at table you see the
description. I have a form where i want to display the text info. How
is the right way to display this data. Do i need the form to use a
query as the recordsource and place both the main table and lookup
table in the query so I can see the text I need. what is the right way
to do this. and Second I autofill this form from code. How do I get at
that data in the lookup table to assign it to the form.I tried making a
recordset of the table but the field is basically an integer it assigns
the field on the form to an integer and somehow it changes my lookup
table value.
So in summary I would like to know what is the accepted method to
design these interconnections: main table to lookup table and what
value is placed in the form and how is data in lookup table protected
from being changed?
Thanks in advance.
Lewie
stored. I have lookup tables linked to those fields through ID's. Data
stored in the table is int like 1 stored in request field. then there
is a request table with a 1 requestid and a second field requesttext. i
used the lookup field in the table.made it combo box count 2, linked
to 1, amd view is 0",1". so when u look at table you see the
description. I have a form where i want to display the text info. How
is the right way to display this data. Do i need the form to use a
query as the recordsource and place both the main table and lookup
table in the query so I can see the text I need. what is the right way
to do this. and Second I autofill this form from code. How do I get at
that data in the lookup table to assign it to the form.I tried making a
recordset of the table but the field is basically an integer it assigns
the field on the form to an integer and somehow it changes my lookup
table value.
So in summary I would like to know what is the accepted method to
design these interconnections: main table to lookup table and what
value is placed in the form and how is data in lookup table protected
from being changed?
Thanks in advance.
Lewie