G
Guest
I've been reading through some of the posts, and I know this has been
answered, but it's a little confusing when you're using different field
names. Here is what I'm trying to do.
In my form, I have a combo box called [Parent Company] & a text box called
[GID]. The [Parent Company] is a pull down list that is looking up values
off a table called [Company Names]. In my [Company Names] Table there are
only two columns, one is "parent company" the other is "GID". Each company
name has a GID associated with it. What I would like is when someone chooses
a company name from the [Parent Company] Combo box, then the [GID] text box
automatically fills in the GID number off the [Company Names] Table. I'm
guessing this will need to have a Dlookup function, but what would the
equation be.
I hope this makes sense.
answered, but it's a little confusing when you're using different field
names. Here is what I'm trying to do.
In my form, I have a combo box called [Parent Company] & a text box called
[GID]. The [Parent Company] is a pull down list that is looking up values
off a table called [Company Names]. In my [Company Names] Table there are
only two columns, one is "parent company" the other is "GID". Each company
name has a GID associated with it. What I would like is when someone chooses
a company name from the [Parent Company] Combo box, then the [GID] text box
automatically fills in the GID number off the [Company Names] Table. I'm
guessing this will need to have a Dlookup function, but what would the
equation be.
I hope this makes sense.