A
ap1971
I have a form which displays multiple records of a table (Named Base). I
want to add a button link to open another form and display only the
information for an individual record. The form I want to open is actually a
form/subform where information is pulling from the two tables. The tables
have a one to Many relationship. Table "Base" being my primary because it
holds individuals names and Ids. Table "Point" is the many because my
individuals can have multiple points. I am using Command Wizard to create a
button. I choose open the form and find specific data to display. I matched
the fields on ID. Like another user posted, my button takes me to the form,
but does not go directly to the matching Individual, only the first record on
the form.
Table 1 - Base (Fields ID, NameLast, NameFirst,Division)
Table 2 - Points (Fields: LinkID, Comment, Date)
Using Access 2007
want to add a button link to open another form and display only the
information for an individual record. The form I want to open is actually a
form/subform where information is pulling from the two tables. The tables
have a one to Many relationship. Table "Base" being my primary because it
holds individuals names and Ids. Table "Point" is the many because my
individuals can have multiple points. I am using Command Wizard to create a
button. I choose open the form and find specific data to display. I matched
the fields on ID. Like another user posted, my button takes me to the form,
but does not go directly to the matching Individual, only the first record on
the form.
Table 1 - Base (Fields ID, NameLast, NameFirst,Division)
Table 2 - Points (Fields: LinkID, Comment, Date)
Using Access 2007