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
Windows 2008 R2 cannot resolve SIDs
Microsoft Great Plains Dynamics 10.0 Trial Download???
Print ACCESS Report that is both filtered and sorted.
SBS 2008 slow internet browsing
Multiple XAP files in same clientbin?
Access - SQL Trim Inner Join
How do I embed video in word document?
SQL Problem: Property Owner is not available for Database '[databasename]'. This property may not exist for this object, or may not be retrievable due to insufficient access rights.
Win Svr 2003 w/ NT 4
can you help me? the problem in registering DTS dll files.