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
Query is giving a non-boolean type specified error
CA Unable To Autoenroll Certificates
HTC P3400 - Synchronization Problem with HP Laptop - Windows Vista Home Premium
Vista Home: Use of NET.TCP terminates w3wp.exe and listener
increasing Checkbox index in a loop
MS Word multiple sheets
Limit number of displayed rows in continuous form
Convert MTS to an AVI that works in Power Point 2003
How can I enable a template item accoding to query result ?
Font in Cobo Box shrinks when I select from it