N
Nancy
Hello -
I am a bit confused as to how to pursue this and was wondering if you had
some ideas....
I am working with two tables A and B.
Table A contains itemid, item and Quanity.
Table B contains item, desc, UOM.
Item is the key between the tables. A sample of the data would be:
Table A
itemid item quanity
123 0123 2
123 0124 6
Table B
item Desc UOM
0123 testing EA
0124 testing too EA
My user would like to have a query screen where they will enter a itemid
(table A), press a button and the data associated with it would display (such
as below).
Itemid:xxxxx (TblA) desc:xxxxxxxxxxxxxxxxxxxxxxxxxxx (tblB)
Item Desc Quanity UOM etc.
xxxx (TblA) xxxx(tblb) xxx(tbl a) xxx(tbl b)
.....
Okay so here is where I am at:
I created a form with all of the fields in the detail.
I am trying to create a sub form with idem, desc, quanity, uom) but am
having difficultites because there is data from multiple tables.
I am in the process of creating a button where I can clear the form and
populate the subform (but am a a little lost on populating the subform).
Am I on the right track with this? Any suggestions on how to do this or
would be appricated. If for some reason it can not be done, could you please
let me know what suggestions I need to make to the user.
Thanks,
Nancy
I am a bit confused as to how to pursue this and was wondering if you had
some ideas....
I am working with two tables A and B.
Table A contains itemid, item and Quanity.
Table B contains item, desc, UOM.
Item is the key between the tables. A sample of the data would be:
Table A
itemid item quanity
123 0123 2
123 0124 6
Table B
item Desc UOM
0123 testing EA
0124 testing too EA
My user would like to have a query screen where they will enter a itemid
(table A), press a button and the data associated with it would display (such
as below).
Itemid:xxxxx (TblA) desc:xxxxxxxxxxxxxxxxxxxxxxxxxxx (tblB)
Item Desc Quanity UOM etc.
xxxx (TblA) xxxx(tblb) xxx(tbl a) xxx(tbl b)
.....
Okay so here is where I am at:
I created a form with all of the fields in the detail.
I am trying to create a sub form with idem, desc, quanity, uom) but am
having difficultites because there is data from multiple tables.
I am in the process of creating a button where I can clear the form and
populate the subform (but am a a little lost on populating the subform).
Am I on the right track with this? Any suggestions on how to do this or
would be appricated. If for some reason it can not be done, could you please
let me know what suggestions I need to make to the user.
Thanks,
Nancy