Chicagodude
Programmer
I have one master and one detial table.
Master table
Part Info:
Part#
Part Desc
Date MFG
Detail table
Part Specification (one to many relation)
Part#
Specification ID
SPecification Desc
Spec.
Data on table
Master
1 - Pen - 11/11/2007
2 - Rubber - 11/1/2008
3 - Roller - 1/1/2008
Detail
1 - 100 - Length - 2.90
1 - 200 - Diameter - 3.00
1 - 700 - Grove - .5
2 - 400 - Width - 4.24
2 - 500 - height - .89
I want a create master -detail report in Access database in this way. How can i do that.
Report layout
Part No Part Desc Date MFG
1 Pen 11/11/2007
Specification ID 100 200 700
Specification Desc Length Diameter Grove
Spec. 2.90 3.00 .50
Same think for part# 2. Basically i need detail record in column base not row base.
Thanks
Master table
Part Info:
Part#
Part Desc
Date MFG
Detail table
Part Specification (one to many relation)
Part#
Specification ID
SPecification Desc
Spec.
Data on table
Master
1 - Pen - 11/11/2007
2 - Rubber - 11/1/2008
3 - Roller - 1/1/2008
Detail
1 - 100 - Length - 2.90
1 - 200 - Diameter - 3.00
1 - 700 - Grove - .5
2 - 400 - Width - 4.24
2 - 500 - height - .89
I want a create master -detail report in Access database in this way. How can i do that.
Report layout
Part No Part Desc Date MFG
1 Pen 11/11/2007
Specification ID 100 200 700
Specification Desc Length Diameter Grove
Spec. 2.90 3.00 .50
Same think for part# 2. Basically i need detail record in column base not row base.
Thanks