"docmd.OpenForm stDocName, , , stLinkCriteria"

G

Gray

I would like to know how to open a form with docmd.OpenForm so that the form
opens as a new entry with one or more fields pre-filled from the form I
opened it from.
 
K

Ken Snell [MVP]

You'll need to give us more info... and details, please. What you seek can
be done in various ways -- the best one to recommend depends upon whether
your first form is a new record, it's an existing record, it's a continuous
forms view or single form view, what info is being put on the second form,
what are the recordsources of the two forms, etc.
 
Top