I
I'm a Trampoline
Does anyone know why this is? I'm opening it with the Where argument set
on the DoCmd.OpenForm, and if I don't filter the form it closes fast. If
I do filter it (using the Filter property, then setting FilterOn to
True) it takes longer to close. Even if I program it to take the filter
off before closing (which it didn't appear to do).
I tried the whole deal a different way, by setting the forms
RecordSource property on opening with a SQL string. Then changed the SQL
for the RecordSource property with my filter function, instead of using
the filter property. And then set the recordsource to nothing before
closing. This closes slowly all of the time.
It's not something to do with indexing is it? I'm not changing any
records though.
Thanks in advance.
on the DoCmd.OpenForm, and if I don't filter the form it closes fast. If
I do filter it (using the Filter property, then setting FilterOn to
True) it takes longer to close. Even if I program it to take the filter
off before closing (which it didn't appear to do).
I tried the whole deal a different way, by setting the forms
RecordSource property on opening with a SQL string. Then changed the SQL
for the RecordSource property with my filter function, instead of using
the filter property. And then set the recordsource to nothing before
closing. This closes slowly all of the time.
It's not something to do with indexing is it? I'm not changing any
records though.
Thanks in advance.