filtering

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
 
G

George Nicholson

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,
 
Top