I wish to create an inventory where there are a number of buildings each with many rooms, each room containing 'assets' for example light fittings, these may be of different types or sizes in each room. For example, a standard fluorescent fitting or Category 2 or.....the list of possiblities is long. The next field in that record would then have 'Length of tube, next number of tubes etc. My problem is not defining what I need to record, but enabling the data to a master file, such that I can query the file for reports etc. I would like to have a 'Front Form' to be able to select from a list, the type etc, then...next record.....
2007-08-27
22:55:47
·
6 answers
·
asked by
johncob
5
in
Computers & Internet
➔ Software
Thanks, mik, I've done that...Centre record table and individual 'feeder' tables, my real problem is the 'getting the data to the main table. for example, there are different types of fittings in different quantities per room. From a table of 'fitting type', feed main table, add quantities. For a different fitting type I would need a new record on main, then select my second type. Its the getting of this data to the main table thats my problem.
2007-08-28
00:07:08 ·
update #1
Thanks, mik, I've done that...Centre record table and individual 'feeder' tables, my real problem is the 'getting the data to the main table. for example, there are different types of fittings in different quantities per room. From a table of 'fitting type', feed main table, add quantities. For a different fitting type I would need a new record on main, then select my second type. Its the getting of this data to the main table thats my problem.
2007-08-28
00:07:59 ·
update #2
RDBMS no problem, third normal form etc.... its the 'translation' to Access where I fall down. Must beg, borrow or steal book!
2007-08-28
22:35:25 ·
update #3