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
Cannot see all methods in a web service...
Linking Mysql having tinyint to Access
WebBrowser and JavaScript
Update table basxed on results of query
Problem with creating Oracle Stored procedure (source does not have runnable target)
How to undo a selection from being grayed out
2 factor authentication on Sonciwall Aventail SSL VPN appliance
Need some help understanding security filtering within group policy
ASP/VBScript subtraction problem
please help with text and image layout in HTML