Microsoft
Software
Hardware
Network
Question : Can't get checkbox to check if query criteria exists
I have a form which contains a checkbox which by default is false. The name of the check box is "chkbxSerial". I need this checkbox to appear checked, or true after an afterupdate event has taken place on a combo cox. The combobox has a query as its rowsource. The query has a table as its recordsource. In the query the field "Serial" is the 4th column. So in the after update event of the combobox I have this VBA code...
'Me.chkbxSerial = Me.cboPartN.Column(3)
Why won't the checkbox be checked if the query field is true?
Answer : Can't get checkbox to check if query criteria exists
select concat(year(YourDate), '-',Month(YourDate)) from table
Random Solutions
Exchange SCR between versions
Boot Acer Ferrari 1200 laptop from dvd to upgrade vista to windows 7
Passing a structure from VBA in Excel to a C DLL
export the sas dataset to create a table in my sql database
Freeware Firewall software
SBS 2008 SharePoint Companyweb Layout Missing
Polycom ViewStation EX Network setup
Exchange 2010 migration project from Exchanger 2003.
use desktop monitor screen with laptop
importing the data into table having xml datatype using db2 import.