J
Jason Lopez
I am sure the subject made no sense. But here is what I am having trouble
dooing. I have two tables that I am trying to link together by way of the
userid of the individuals. That way the information stays specific to that
person and not their first name or any combo there of.
My problem comes in that I cannot get the table or the test form that I am
working on to display the name of the individual (query based on current
personnel) in the form's combo box and hold the userid as the value in the
table. No one should be able to see the userid on the form. The table is
the only place to see the userid. When you view the form, all I want
visible is the name of the person (as indicated from the query. My set-up
is like this:
Table1: Form1: qry1:
Table2:
userid userid userid
userid
fname tname tname: [fname] + " " + [lname]
lname
Table 2 is what I am using in the form with the userid being the common link
between everything.
Is there a direction that someone can point me in that might help? I have
stumbled upon how to do this once when I did not need to. But can't
duplicate it at this point.
Jason Lopez
dooing. I have two tables that I am trying to link together by way of the
userid of the individuals. That way the information stays specific to that
person and not their first name or any combo there of.
My problem comes in that I cannot get the table or the test form that I am
working on to display the name of the individual (query based on current
personnel) in the form's combo box and hold the userid as the value in the
table. No one should be able to see the userid on the form. The table is
the only place to see the userid. When you view the form, all I want
visible is the name of the person (as indicated from the query. My set-up
is like this:
Table1: Form1: qry1:
Table2:
userid userid userid
userid
fname tname tname: [fname] + " " + [lname]
lname
Table 2 is what I am using in the form with the userid being the common link
between everything.
Is there a direction that someone can point me in that might help? I have
stumbled upon how to do this once when I did not need to. But can't
duplicate it at this point.
Jason Lopez