S
salmonella
What is the syntax for using gotorecord for a subform. If I use if for the
root form all is well, but for a subform the error message says that the form
is not open (I am assuming that it can't see it).
for example:
docmd.GoToRecord acDataForm,"subform",acNext
I assume that the problem is that I cannot just give the subform name, so
how do I identify it?
thanks,
root form all is well, but for a subform the error message says that the form
is not open (I am assuming that it can't see it).
for example:
docmd.GoToRecord acDataForm,"subform",acNext
I assume that the problem is that I cannot just give the subform name, so
how do I identify it?
thanks,