star8811
08-16-2009, 10:20 PM
I am very new to Access.
I have difficulty in generating a report
I have an IT facilities database which contains 3 tables, hardware software and accessories. Each hardware, software and accessory have its user name and one user name can have one or more hardware, software or accessory. (ex. A user may have more then one software.)
The fields of the tables:
Table 1 (hardware):
User Name, Post, Maint end date, S/N, remark
Table 2:
User Name post, software name, S/N, remark
Table 3:
User Name, post, accessories, S/N, remark
I want to build a report(user list) which can show the following:
--------------------------------------------------------------------------------
User Name
Post
Hardware
Hardware1
Maint end date 1
S/N 1
Remark 1
Hardware 2 (if any)
Maint end date 2
S/N 2
Remark 2
.
.
.
Software
Software 1
Software_S/N 1
Software_remark 1
Software 2 (if any)
Software_S/N 2
Software_remark 2
.
.
.
Accessories
Accessories 1
Accessories _S/N 1
Accessories _remark 1
Accessories 2 (if any)
Accessories _S/N 2
Accessories _remark 2
.
.
.
---------------------------------------------------------------
The report shows all the hardware, software and accessories that a user has but it should not be repeated.
How can I do to build this user list??
Thanks in Advance!!:D
I have difficulty in generating a report
I have an IT facilities database which contains 3 tables, hardware software and accessories. Each hardware, software and accessory have its user name and one user name can have one or more hardware, software or accessory. (ex. A user may have more then one software.)
The fields of the tables:
Table 1 (hardware):
User Name, Post, Maint end date, S/N, remark
Table 2:
User Name post, software name, S/N, remark
Table 3:
User Name, post, accessories, S/N, remark
I want to build a report(user list) which can show the following:
--------------------------------------------------------------------------------
User Name
Post
Hardware
Hardware1
Maint end date 1
S/N 1
Remark 1
Hardware 2 (if any)
Maint end date 2
S/N 2
Remark 2
.
.
.
Software
Software 1
Software_S/N 1
Software_remark 1
Software 2 (if any)
Software_S/N 2
Software_remark 2
.
.
.
Accessories
Accessories 1
Accessories _S/N 1
Accessories _remark 1
Accessories 2 (if any)
Accessories _S/N 2
Accessories _remark 2
.
.
.
---------------------------------------------------------------
The report shows all the hardware, software and accessories that a user has but it should not be repeated.
How can I do to build this user list??
Thanks in Advance!!:D