hi everyone
I'm a little confused about an error I'm getting
code
Do.Cmd.OpenForm "Introduction"
Me.DataEntry = False
DoCmd.GotoControl "IDselectBox"
The above code is producing a run-time error '2109' "There is no field named IDselectBox in the current record"
However, if i comment out the Me.DataEntry line, everything works ok, except the form is opened in data entry mode which i don't want.
What I want to do is have some users open the form in data entry mode and other uses open the form in non data entry mode. Is this possible? I'm pretty new at this.
Dan
I'm a little confused about an error I'm getting
code
Do.Cmd.OpenForm "Introduction"
Me.DataEntry = False
DoCmd.GotoControl "IDselectBox"
The above code is producing a run-time error '2109' "There is no field named IDselectBox in the current record"
However, if i comment out the Me.DataEntry line, everything works ok, except the form is opened in data entry mode which i don't want.
What I want to do is have some users open the form in data entry mode and other uses open the form in non data entry mode. Is this possible? I'm pretty new at this.
Dan