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
Housing all servers off site
How do I load the online text of a URL into a string in C# (ASP.NET)
Nutritional spreadsheet: multiple drop down list problems!
How to put meter view for AVAudioPlayer while playing?
The system cannot find the file specified
BSOD 0x0000007B during Windows 2003 installation on Dell PowerEdge 2970 server
Wonders of USA
ActiveX controls moving on a worksheet - Excel 2010
Connecting two subnets on a cisco switch
MYSQL UNION RETURNS DUPLICATE DATES