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
ESXi 4.0 iSCSI Boot Problem
Having a weird Format Conditions problem...
Installing Exchange 2010, having issues passing the Readiness Check.
Problem with DoCmd.RunSQL "INSERT INTO " and memo fields
Exporting Access Query To Excel: Format Currency to Number
Safe Mode
ms office oem vs licensing
Automatically run an application as another user
Windows 98 Splash Screen (logo) freezes during bootup
Cancel button on form