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
How to configure license for terminal services on Windows 2008 if we have Volume License
how to import multiple contacts into office communicator 2007?
IIS7 produces "HTTP Error 404. The requested resource is not found" when no www is used
Backup Exec VSS error
Migration to Exchange 2010 problems
How do you change the default date in a mysql database from US format yyyy-mm-dd to UK format dd-mm-yyyy
RIS Image problems
Cybersource Error 80070005 System.UnauthorizedAccessE<wbr />xception: Retrieving the COM
Use xml parameter in SQL Server select
OWA 2007 Password Change Working with ISA 2006 When it Should Not.