D
DaNick
I have a form called frmApples that I wanted to be blank when users
open it. So I made the Data Entry = No. All is good.
But I also have another form that when users double click a field, it
will open the frmApples and filter it to a specific record. I am
using the DoCmd.OpenForm to do this.
However, since I have the Data Entry set to No, it still opens with a
blank field.
The form opens to the correct record if I set Data Entry to Yes, but
then it will no longer open with a blank record when the users open it
the other way.
Is there a way to only filter the form sometimes while keeping the
Data Entry set to No?
Thanks
open it. So I made the Data Entry = No. All is good.
But I also have another form that when users double click a field, it
will open the frmApples and filter it to a specific record. I am
using the DoCmd.OpenForm to do this.
However, since I have the Data Entry set to No, it still opens with a
blank field.
The form opens to the correct record if I set Data Entry to Yes, but
then it will no longer open with a blank record when the users open it
the other way.
Is there a way to only filter the form sometimes while keeping the
Data Entry set to No?
Thanks