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
Word frequency counter without Full text index
Type of conditional expression cannot be determined because there is no implicit
read .xlsx file from asp
Compare Tables/Procedures
Moving Registry Entries Out of "VB and VBA Program Settings"
How can i create a schedule task to run every Hr every day 24 hrs for 1 year.
Multiple conditions in IIF and dealing with 0 or NULL
what are the prerequisites to install hyper v on a server
Videos do not show
Windows Update fails code 80070490