G
Guest
I have one form. On the switchboard I have three choices. Add, Edit or
Search the form.
The add and edit work fine. My problem is with the search. If I open the
form in edit mode and manually change the recordset to snapshot I get what I
want which is to have the user search the form, still use the filter command
buttons on the form and not be able to make any changes to the textboxes on
the form.
I tried to write a sub procedure to do this automatically but I don't
understand what I'm doing. I also tried DoCmd in acReadOnly but it would not
allow me to use the filters on the form. I either need help writing a
procedure or a suggestion on another approach.
Search the form.
The add and edit work fine. My problem is with the search. If I open the
form in edit mode and manually change the recordset to snapshot I get what I
want which is to have the user search the form, still use the filter command
buttons on the form and not be able to make any changes to the textboxes on
the form.
I tried to write a sub procedure to do this automatically but I don't
understand what I'm doing. I also tried DoCmd in acReadOnly but it would not
allow me to use the filters on the form. I either need help writing a
procedure or a suggestion on another approach.