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
Transport Level Error(Connection forcibly closed)
URGENT: #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)
Windows Terminal Server Printer Redirection Issues
Housing all servers off site
get selected (not all) checkboxes in jQuery
Visual Studio 2008 versus Expression Blend?
Is there a way to push a themepack to windows 7 computers via GPO? Or a powershell script?
Calculation in sql
Modify DHCP scope on cisco pix 501
A perl spreadsheet problem--reading from a specific tab