S
SparkG
Am trying to clear the serverfilter and filter in a
form's onclose event with:
me.serverfilter = "" or form.serverfilter = ""
Also trying to set filter with:
me.serverfilter = "" or form.serverfilter = ""
It doesn't seem to work. I present my users with a "list
view" form of all records, then they select one record
and go to a single record view with a
stLinkCriteria = "[Id]=" & Me![Id]
DoCmd.openForm stDocName, , , stLinkCriteria
Sometimes the serverfilter gets "stuck" on an
id and I have to go in design mode and delete it.
Any enlightenment on why this seemingly simple function
doesn't work?
form's onclose event with:
me.serverfilter = "" or form.serverfilter = ""
Also trying to set filter with:
me.serverfilter = "" or form.serverfilter = ""
It doesn't seem to work. I present my users with a "list
view" form of all records, then they select one record
and go to a single record view with a
stLinkCriteria = "[Id]=" & Me![Id]
DoCmd.openForm stDocName, , , stLinkCriteria
Sometimes the serverfilter gets "stuck" on an
id and I have to go in design mode and delete it.
Any enlightenment on why this seemingly simple function
doesn't work?