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
Two 2008 R2 Domains on Same Subnet - is this ok?
automate ntbackup - script
Coldfusion and IIS book
How do I retain the parameters in a URL ASP.NET / Visual Studio
Using SQL MAX Function
MPLS Bandwidth.
How do I stop my fonts from shrinking. Is it a css zoom issue?
DDS2 tape recover?
Overclock my Phenom II X4 945 Processor
How do I add a comment to a record?