A
accessnewbie
let me preface this by saying that i am not familiar with access (i have the
2007 version). at any rate, i am trying to create a form to go off a table
called Overview. i am trying to create a combo box that will pull up a
record from the Overview table by the Company column of the said table. the
primary key is called ID, and it's an autonumbered thing that access
defaulted to. well, the records seem to be pulling up but they are pulling
up independently from the combo box. e.g., if i click on Company name
"charlie" from the combo box, it doesn't pull it up. instead it just pulls
up the next sequential record, e.g. if i were on Company "apple" (record 1)
and wanted to jump to Company "charlie" (record 3) it instead takes me to
(record 2). it's an unbound control, if that helps any.
2007 version). at any rate, i am trying to create a form to go off a table
called Overview. i am trying to create a combo box that will pull up a
record from the Overview table by the Company column of the said table. the
primary key is called ID, and it's an autonumbered thing that access
defaulted to. well, the records seem to be pulling up but they are pulling
up independently from the combo box. e.g., if i click on Company name
"charlie" from the combo box, it doesn't pull it up. instead it just pulls
up the next sequential record, e.g. if i were on Company "apple" (record 1)
and wanted to jump to Company "charlie" (record 3) it instead takes me to
(record 2). it's an unbound control, if that helps any.