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
Adding a row of totals
php html
Help formating a output in Powershell
store values from stored procedure in variables
simple live game
where i can download window xp 64 bit edition CD from internet ?
Hide/Unhide Objects through VBA
Can someone please how me how to merge two sorted linked lists in c#? It's for interview btw..
modify vb script to also get last logged on username or display name
config samba on gui interface