N
Nathan Guill
I would like to open another from from my main one at a specific record in
that second form. I've looked at the help in Access to attempt this, but it
just opens the form at the beginning of the table (not the record called out
in the main form). Here is what I have at the click event:
Access.DoCmd.OpenForm "PartNumbers", , Forms![PartNumbers]![txtPartNumber]
= Forms![Drawings]![txtPartNumber]
Any ideas? thanks.
that second form. I've looked at the help in Access to attempt this, but it
just opens the form at the beginning of the table (not the record called out
in the main form). Here is what I have at the click event:
Access.DoCmd.OpenForm "PartNumbers", , Forms![PartNumbers]![txtPartNumber]
= Forms![Drawings]![txtPartNumber]
Any ideas? thanks.