A
Andrew
I am getting a Run-Time error "2501" when I dblclick a
record in a subform to open that record up.
DoCmd.OpenForm "MPPFrm", , , "[MPPFrm]![MID] = " & Me!
[MID]
I have used this code many times, and have no clue if I
am forgetting something on the form that I am trying to
open
IT keeps asking me for the peramitor MPPFrm!MID ( and the
value that it wants)
It seems that something is not right with the form that I
am trying to open.
any Ideas, Andrew
record in a subform to open that record up.
DoCmd.OpenForm "MPPFrm", , , "[MPPFrm]![MID] = " & Me!
[MID]
I have used this code many times, and have no clue if I
am forgetting something on the form that I am trying to
open
IT keeps asking me for the peramitor MPPFrm!MID ( and the
value that it wants)
It seems that something is not right with the form that I
am trying to open.
any Ideas, Andrew