Microsoft
Software
Hardware
Network
Question : Filter form
I have a weird thing that Im suffering with, Im using an access project ADP. Im opening the form by clicking a button using this code
Private Sub lstBangewaz_DblClick(Cance
l As Integer)
On Error GoTo 10
DoCmd.OpenForm "frmBangewaz", , , "[BangewazID]=" & Me.lstBangewaz.Value
10:
ErrHandling
End Sub
when the form opened it add a value to filter property and server filter property (see the attached)
when I remove the value manually it will come back again some times,
I have also added this code on close event, but it doesnt work
Me.filter=
Me. Serverfilter=
Answer : Filter form
Changed the filter but did not saved the form. Include a
Me.filter= ""
Me. Serverfilter= ""
DoCmd.Save
Random Solutions
EMC Not working for Ex2010 RC on 2008R2 Server, WinRM error
Using "ifmember" to map network drives for users in multiple groups.
Silverlight Listbox Binding
Visual Studio update error "String Truncation"
How can I install HP single sign on credentials manager onto a compaq TC4400 tablet running Windows 7?
IE7 freezes on certain websites (w and w/out addons)
Move Combobox to Access TabControl on Form
XP SP3 PROBLEM
trying to read (compressed) laptop disk...
How to shrink Wss_Content_log.ldf file in wss 3.0??