having trouble selecting a record to display on my form.
I have two tables [tblMain] and [tblPrjName]
[tblMain] contains an [id] and lots of information I want to display on my form.
[tblPrjName] contains the [id] and [ProjectName]
[id] is a unique value (i.e., no duplicates).
I want to add a combobox on my form where I can select the [ProjectName] from the list and then the form will display all the information from [tblMain] that I wish to show.
For some reason I can't figure this out how to select this record. It seems so basic.
:banghead:
From the row source in the properties for my combobox I can't seem to add anything in there that works.
Thoughts???
Thanks in advanced!
~Amy in NH
I have two tables [tblMain] and [tblPrjName]
[tblMain] contains an [id] and lots of information I want to display on my form.
[tblPrjName] contains the [id] and [ProjectName]
[id] is a unique value (i.e., no duplicates).
I want to add a combobox on my form where I can select the [ProjectName] from the list and then the form will display all the information from [tblMain] that I wish to show.
For some reason I can't figure this out how to select this record. It seems so basic.
:banghead:
From the row source in the properties for my combobox I can't seem to add anything in there that works.
Thoughts???
Thanks in advanced!
~Amy in NH