Hi,
Sorry if this is query is on here already, I've spent quite a while looking for a solution but couldn't find one.
I've got two tables,
tblCards
tblLocation
within the cards table I have a field for sold at, which i want to choose from the locations table.
I have inserted a combo box into my form which lists the locations and is bound to the sold at field, however it is giving the value of the location id, (the hidden key on the combo list) I would like to put the description of the location into the list instead.
Also, the cards table already has some entries in it, when I scroll through the entries, the combo doesn't show what the fields current value is when populated, how would I go about this?
Thanks
Steve Atkin
Sorry if this is query is on here already, I've spent quite a while looking for a solution but couldn't find one.
I've got two tables,
tblCards
tblLocation
within the cards table I have a field for sold at, which i want to choose from the locations table.
I have inserted a combo box into my form which lists the locations and is bound to the sold at field, however it is giving the value of the location id, (the hidden key on the combo list) I would like to put the description of the location into the list instead.
Also, the cards table already has some entries in it, when I scroll through the entries, the combo doesn't show what the fields current value is when populated, how would I go about this?
Thanks
Steve Atkin