Microsoft
Software
Hardware
Network
Question : MS Access set combo box values dynamically at runtime
I'm looking to set up a combo box that will have a dynamic list of values based on whether certain items are assigned or active. I want the combo box to only include values from the table if from the table if its status is active. I envision the combo box values being filled either on form load or when clicking the combo box. Any help would be greatly appreciated.
Form name = frmEmployees
Combo box = cmbTempCardNo
Table w/ values = tblTemporaryCards
Thanks, Gary
Answer : MS Access set combo box values dynamically at runtime
private sub form_load()
me.cmbTempCardNo.rowsource
type="tabl
e/query"
me.cmbTempCardNo.rowsource
="select fld1,fld2 from tblTemporaryCards where [status]='Active'"
end sub
Random Solutions
Close Outlook via Access VBA
Export Access Table into DBF, Decimal Problem
How can I validate a string?
SQL Server 2005 cube processing error
I want to output a report of my users mailboxes size by OU or attribute using powershell
Controlling logins to remote desktop
Client does not have permissions to send as this sender
Using Form Fields to Launch Query
Use of If then statement while creatin a sql view
DNS lookup's return external IP address