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
Caluculate if met SLA for completetion of task- Problem
Miccrosoft, Excel, 2007 - How To Copy And Paste Conditional Formatting?
how to get move line through mouse drag in view?
Working Days Calculator
Why won't "WMIC OS Where Primary=True Call Reboot" not force reboot when dialog box is open?
Does sysprep completely clean old network, domain and user settings in XP ?
CreateEventProc error 57017 Event Handler Invalid
How to convert a decimal value to 1 correct figure in an access query
Outlook 2007 cannot open folders
Function Design help