Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determine the Pk of a combo selected item
Message
General information
Forum:
Microsoft Office
Category:
Access
Title:
Determine the Pk of a combo selected item
Environment versions
Microsoft Office:
Office XP 2002
Miscellaneous
Thread ID:
01357817
Message ID:
01357817
Views:
50
I'm using Access 2002, and I'm loading a combo box with:
strSQL = "SELECT Pk_Id, FirstName, LastName FROM tblSalesperson"
                
cboSalespersons.RowSourceType = "Table/Query"
cboSalespersons.RowSource = strSQL
When the _AfterUpdate fires, how do I know what the value of the selected PK is?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Reply
Map
View

Click here to load this message in the networking platform