| View previous topic :: View next topic |
| Author |
Message |
SKP Newbie
Joined: 23 Dec 2003 Posts: 7
|
Posted: Jan 8th, 2004 03:31 PM Post subject: Retrieving the primary key of a record from a combo based on |
|
|
It's me again! Okay, here's my latest question. I'm trying to set one combo box to contain filtered projects by name based on the selection of a letter in another combo box.
I've gotten this part to work but what I want to do is take the corresponding primary key to the project name (I have a project number set as the primary) and find the record based on that number.
Is there any way I can get the primary key from the selection of the combo box by name???
Thanks in advance! |
|
| Back to top |
|
SKP Newbie
Joined: 23 Dec 2003 Posts: 7
|
Posted: Jan 9th, 2004 08:00 AM Post subject: |
|
|
| I figured out my problem, and it ended up being annoyingly easy. I changed the position of the project number in my query to the first position instead of the second so when my combo boxes filter by letter, it's still using the criteria from project name but grabbing the actual number! |
|
| Back to top |
|
|