Microsoft
Software
Hardware
Network
Question : Filter on a subform of a tab control
Each tab contains its own subform attached to a linked excel sheet. I will be adding various filters on each tab but I think I have the wrong syntax. The filters will located on the individual tabs with text boxes and/or command buttons.
Me.NCOsubform.Form.Filter = "[shippernum]=" & ShipperText
Me.NCOsubform.Form.FilterO
n = True
Answer : Filter on a subform of a tab control
if the Data type of [shippernum] is text
Me.NCOsubform.Form.Filter = "[shippernum]='" & ShipperText & "'"
Me.NCOsubform.Form.FilterO
n = True
Random Solutions
SQL Server 2005 options on the databases
Permutations and Combination on a set of data to get desired outcome
iexplore.exe virus
How to assign a range name in code
Qt signals / slots not working
PHP Query for asterisk phone system - How to display live data from this query
Navicat View Builder
Update method of objectdatasource is not being triggered by reorderlist
SQL server 2008 management studio
Password recovery on a Cisco Cataclyst 3550 switch