Add a record to a filtered form?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form that opens filtered. You can scroll through the existing record
which meet the filter, but I'd like users to be able to also add a new
record. Until the filter is removed I can't add a new record. Is there a way
around this?

TIA,
Emma
 
Emmweb said:
I have a form that opens filtered. You can scroll through the
existing record which meet the filter, but I'd like users to be able
to also add a new record. Until the filter is removed I can't add a
new record. Is there a way around this?

TIA,
Emma

That is not normal behavior. Normally the application of a filter has
nothing to do with the ability to enter new records. I have seen on a few
occassions where applying a filter with a sub-query in it would cause the
form to become read-only.

Can you make changes to existing records with your filter applied?
 
Back
Top