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
anyone see a reason why mysql would not fire and echo info(maybe a typo my luck)
Using the COUNT function??
I need a C# ASP.NET commercial website that's mostly completed
Asterisk - Changing the Voicemail Naming Convention
Windows Application User Login VB to SQL express
Which Processor for a server
php str_replace question
how to insert into a table from another table which is at different database
Windows Fax and Scan
Network Best Practices