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...