M
maarkr
I made a form that with a combo box in a header to filter
out Organization Types. I use a different form to modify
the data in that table.
If I select an OrgType I can scroll down my continuous
forms to many records. I want to put a button on the
frmOrgType to open the frmModify. If I scroll down past
the first record retrieved, if I don't click on the Detail
portion of the form, it only opens the first record,
instead of the one shown on the screen.
I've got the code to open the new form from the current
record, but I tried to move the focus to a field in the
detail portion, but that didn't work. I need a line of
code to select the detail portion on the screen before I
invoke the form opening that record. Make sense?
out Organization Types. I use a different form to modify
the data in that table.
If I select an OrgType I can scroll down my continuous
forms to many records. I want to put a button on the
frmOrgType to open the frmModify. If I scroll down past
the first record retrieved, if I don't click on the Detail
portion of the form, it only opens the first record,
instead of the one shown on the screen.
I've got the code to open the new form from the current
record, but I tried to move the focus to a field in the
detail portion, but that didn't work. I need a line of
code to select the detail portion on the screen before I
invoke the form opening that record. Make sense?