Master form - subform question

J

*** Jack ***

I have a Master form which displays several fields of information which
include the [ProjectNumber] field and the [Creator] field. On the bottom
half of the Master form is a subform. This subform displays all the
drawings which are part of the [ProjectNumber], [Creator] displayed on the
Master form. While I am on the subform, I can add records to the data
displayed on the subform. When I add a record I want to record this
addition in another table.

How do I reference the fields on the Master Form ? I can simply do
Me.<Fieldname> to reference the data on the subform, but I cannot figure out
how to reference fields on the Master Form.

TYIA,
Jack
 
V

Van T. Dinh

You can also use the "Parent" Property of the Subform.

Check Access Help on the above Property for next time.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top