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
alt-tab/mimimize/restore sometimes flakey
How can i use a subquery within a SELECT?
How to set values of items based on the value of another item. Trigger?
2D array help
remote desktop in xp
What Does This Cast Say
Auto Add a new row in a form in Word
VB Script help needed !
Quickbooks memory error when trying to export report
How to allocate new pages to tempspace in db2