G
Guest
Group
Problem:
I have a form with a subform on it. From the parent or main form I open
another form using a command button is it possible - from this form that I
just opened – to use the DoCmd.GoToRecord , , aclast to navigate records on
the first form?
Diagram
Form 1 contains a Subform which is a continuous form. It has strService,
dtmDate, strServiceNotes. From a command button I open form 2.
Form 2 has a list box that allows you to select a new date for a service.
When you select the date and hit OK it copies the dtmDate into a table to
create a new entry. The Ok also does some other things of which work fine.
What I would like it to do is to use the DoCmd.GoToRecord to navigate through
the dtmDate record of the subform contained on Form 1.
I have tried to getfocus first then navigate. It doesn’t seem to work.
Thanks
Mike Sun d man
Problem:
I have a form with a subform on it. From the parent or main form I open
another form using a command button is it possible - from this form that I
just opened – to use the DoCmd.GoToRecord , , aclast to navigate records on
the first form?
Diagram
Form 1 contains a Subform which is a continuous form. It has strService,
dtmDate, strServiceNotes. From a command button I open form 2.
Form 2 has a list box that allows you to select a new date for a service.
When you select the date and hit OK it copies the dtmDate into a table to
create a new entry. The Ok also does some other things of which work fine.
What I would like it to do is to use the DoCmd.GoToRecord to navigate through
the dtmDate record of the subform contained on Form 1.
I have tried to getfocus first then navigate. It doesn’t seem to work.
Thanks
Mike Sun d man