Microsoft
Software
Hardware
Network
Question : Populating Combo Values
How can I restrict the following combo values such that it only populates certain items but restrict others.
From example in frmPopup:
cboSType is bounded to tblSTYpe
cboSType:
Row Source: SELECT tblSType.STypeID, tblSType.SType FROM tblSType;
Column Bound = 2
Column Width = 0";2"
Column Count = 1
*********
Here is tblSType:
STypeID STYpe
CM OnCampus
SA OffCampus
ST Online
How can I restrict cboSType such that it only display "OnCampus" but restrict "OffCampus" and "Online" from showing on the combo.
Answer : Populating Combo Values
In design mode right click your combo box and select properties. Under the Data tab click the box on the far right of Row Source. In the query field STypeID, set the criteria to CM.
Flyster
Random Solutions
Backup exec 12.5 issues
Example of having a input in excel, access calculates and provides answer
Exch 07 users cannot email Exch 03 users
VBA for Updating Table Data
How to re-link SCOM 2007 to its SCOM Database
Pictures won't forward in Outlook Express
Undefined function 'TRIM' in Expression
Batch at boot before login: Scheduled taks does not work for local login on domain-PCs
Nine (9) sheets vlookup with Indirect ?
How do I make a Toast popup?