S
Stefanie
Hi,
I have a form that is linked to a DB2 table via ODBC/DB2 Connect. The form
is set up to use parameter queries to limit the amount of data returned.
Sometimes the user will sort or filter the returned data and Access hangs on
to the sort/filter so when the next user goes to use the form, the data is
returned using the sort/filter set up by the previous user.
I've tried coding
Me.FilterOn = False
Me.Filter = " "
Me.OrderByOn = False
Me.OrderBy = " "
which works, but causes the parameter queries to pop up a second time. Does
anyone know of a way to prevent the parameter query windows from popping up a
second time?
Thanks,
Stefanie
I have a form that is linked to a DB2 table via ODBC/DB2 Connect. The form
is set up to use parameter queries to limit the amount of data returned.
Sometimes the user will sort or filter the returned data and Access hangs on
to the sort/filter so when the next user goes to use the form, the data is
returned using the sort/filter set up by the previous user.
I've tried coding
Me.FilterOn = False
Me.Filter = " "
Me.OrderByOn = False
Me.OrderBy = " "
which works, but causes the parameter queries to pop up a second time. Does
anyone know of a way to prevent the parameter query windows from popping up a
second time?
Thanks,
Stefanie