Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determine the Pk of a combo selected item
Message
Information générale
Forum:
Microsoft Office
Catégorie:
Access
Titre:
Determine the Pk of a combo selected item
Versions des environnements
Microsoft Office:
Office XP 2002
Divers
Thread ID:
01357817
Message ID:
01357817
Vues:
51
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
Répondre
Fil
Voir

Click here to load this message in the networking platform