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
Substitute function in Excel - Replace a comma by a comma with double quotes around it
MYSQL Query Help
GridView.Column.Count = 0 When AutoGenerateColumns="True"<wbr />.
html emailer
Draw on Window Desktop Background
Get the original name of an aliased column in a view
Operation terminated with error -1808 (JET_errDiskFull, No space left on disk) after 8846.125 seconds.
File format is invalid
Can Windows Server be setup to Send a Trap if a Specified Process Dies?
How to set focus to a textbox in WPF