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
How to move a DC from one Win 2K3 Server to another via a backup method?
Using Output To in Sybase SQL IF statement
Looping
Outlook dictionary not found
Update table basxed on results of query
Need Regular expression for the following date format: MM/dd/yyyy hh:mm
OpenVPN and Ubuntu 10.04: Question about crl
Vmware vSphere: Number of iSCSI path selection is not right
Uninstall Office 2003 without CD
Case of the missing InBox Outlook 2007