B
Boze
I have 2 tables
*tblItem (below is partial list of what it contains)
ItemID (pk)
ItemNum
ItemDescrip
GroupID (1 to many with tblGroup. An item may be part of more than one
Group)
*tblGroup
GroupID (pk)
GroupName
I used the form wizard to make form based on tblItem. I selected ALL the
items in the table to appear on the form.
My question; How do I get my form to show the Group NAME from tblGroup? At
this time, since the tables are linked via GroupID, what I see in the form
is the Group ID number. Makes sense but I don't know how to hide the ID and
show only the NAME
Thanks in advance for any help
Boze
*tblItem (below is partial list of what it contains)
ItemID (pk)
ItemNum
ItemDescrip
GroupID (1 to many with tblGroup. An item may be part of more than one
Group)
*tblGroup
GroupID (pk)
GroupName
I used the form wizard to make form based on tblItem. I selected ALL the
items in the table to appear on the form.
My question; How do I get my form to show the Group NAME from tblGroup? At
this time, since the tables are linked via GroupID, what I see in the form
is the Group ID number. Makes sense but I don't know how to hide the ID and
show only the NAME
Thanks in advance for any help
Boze