S
Steve
I'd like to move to a certain record when I open a form,
so I'm using "DoCmd.GoToRecord Record:=". After the equal
sign, can I put a variable or a function, ie if I wanted
to move to Record number 'x,' could I put ...Record:=x?
Concordantly, could I set the statement equal to a
function? I've tried doing both of these, but something's
still not right, so I don't know if it's the syntax or
what. Anyways, help would be great. Thanks.
so I'm using "DoCmd.GoToRecord Record:=". After the equal
sign, can I put a variable or a function, ie if I wanted
to move to Record number 'x,' could I put ...Record:=x?
Concordantly, could I set the statement equal to a
function? I've tried doing both of these, but something's
still not right, so I don't know if it's the syntax or
what. Anyways, help would be great. Thanks.