K
Kabby
I'm driving myself insane trying to find the answer to what I believe is an
incredibly simple question....trying to teach myself Access as I go along.
I have created a media contact database. I want to be able to see all the
calls made to particular contact. I have one table Contacts 1 with
individual contact info in and another table Calls 1 with call info.
I'm trying to create a combo box in the Call table that allows me to select
the contacts name - however when I try this I just get the contact ID number
and not the name - what am I doing wrong?!!!!
Expr1: [Contacts 1].[Contacts 1]!FirstName & " " & [Contacts 1]!LastName
Sorry if this is a bit basic but I'm at a total loss! I want the combo box
to return a name. I've had to put the data type under Contact ID (where the
combo box is) as a number so I can link it to the Contacts table - is this
the issue?
I'd really appreciate some guideance
K
incredibly simple question....trying to teach myself Access as I go along.
I have created a media contact database. I want to be able to see all the
calls made to particular contact. I have one table Contacts 1 with
individual contact info in and another table Calls 1 with call info.
I'm trying to create a combo box in the Call table that allows me to select
the contacts name - however when I try this I just get the contact ID number
and not the name - what am I doing wrong?!!!!
Expr1: [Contacts 1].[Contacts 1]!FirstName & " " & [Contacts 1]!LastName
Sorry if this is a bit basic but I'm at a total loss! I want the combo box
to return a name. I've had to put the data type under Contact ID (where the
combo box is) as a number so I can link it to the Contacts table - is this
the issue?
I'd really appreciate some guideance
K