G
Guest
I have a parent table named "Learn" with 2 fields; an autonumber field(pk)
and a text field. I have a field called "Lrn" in a child table named "App"
that looks up the fields in table "Learn" and Binds the autonumber field.
When I print reports the autonumber prints. I would like to continue to
store the autonumber in the child table but would like the information from
the text field in the parent table to print on my report. How can this be
accomplished?
and a text field. I have a field called "Lrn" in a child table named "App"
that looks up the fields in table "Learn" and Binds the autonumber field.
When I print reports the autonumber prints. I would like to continue to
store the autonumber in the child table but would like the information from
the text field in the parent table to print on my report. How can this be
accomplished?