M
mrs
What is the best way to allow a user to view and
manipulate data in the following example:
tblDescrepancy: contains information concerning
descrepancies of a product.
tblDiscription: contains the discription, date,
originator and version of the descrepancy.
I need to be able to have one record in tblDescrepancy to
have many records of tblDiscription. I have set up the
one to many relationship between the two and everything
seems ok. I can open tblDescrepancy and view/add/change
tblDiscription records by pressing the plus sign for each
record.
I can query tblDescrepancy and get several different
tblDescrepancy records for a certain product but it is
not intuitive. I would like to generate a view like the
view in the tblDescrepancy were there is a plus sign I
can click to view/modify/change tblDiscription records.
Can this be done?
thanks
matt
manipulate data in the following example:
tblDescrepancy: contains information concerning
descrepancies of a product.
tblDiscription: contains the discription, date,
originator and version of the descrepancy.
I need to be able to have one record in tblDescrepancy to
have many records of tblDiscription. I have set up the
one to many relationship between the two and everything
seems ok. I can open tblDescrepancy and view/add/change
tblDiscription records by pressing the plus sign for each
record.
I can query tblDescrepancy and get several different
tblDescrepancy records for a certain product but it is
not intuitive. I would like to generate a view like the
view in the tblDescrepancy were there is a plus sign I
can click to view/modify/change tblDiscription records.
Can this be done?
thanks
matt