filtering

  • Thread starter Thread starter myxmaster
  • Start date Start date
M

myxmaster

I have a form called memo. I have 2 toggle buttons that open the form,
one for viewing and one for adding. When I select the view memo button
it filters the records and does not allow any edits. This works fine.
However when I select the add memo button it does not filter the
record. If I select the properties and set data entry "No", then it
works fine and shows the filtered records.If I select data entry "Yes"
it wont work.
Any Ideas
TIA
 
By design, "DataEntry = Yes" means that the form is only used to add new
records and you don't want users to see existing records. (i.e., you only
want to use it for Data Entry and Data Entry literally means adding (not
modifying) records.)

With DataEntry set to yes, you can only see a single new record so filters
aren't applicable.


HTH,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top