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
where case - parameteres
Php: need help
Update Query with subquery
How can I stop my laptop crashing when using graphics intensive programs?
Toggle Buttons changing textbox value in access 2007
What software to apply sysprep'd Win 7 OEM images?
The time on my Cisco Call Manager Express Router is wrong.
How do I get from this code to my desired output?
Insert words into word
SQL 2005 Query Help - Incorrect syntax near ';'.