M
mr.bungle
At work I maintain an enquiry/project listing on excel - it has 12 headings,
and about 900 or so records.
I manage the data using filtering, which is fine, but feel it is time to
convert it to Access.
This is a simple task, but I would like some advise on the design. i.e. one
large table, or multiple related tables?
To help, this is the sequence of entry on Excel:
Enquiry received from client:
1. enter Enquiry_ID see note #1
2. enter Enquiry_Date
3. enter Client_Name
4. enter Site_Location
5. enter Project_Name
6. enter Project_Type
If enquiry is successful (i.e. we receive an order) record updated thus:
7. enter Project_ID see note #2
8. enter Project_Date
9. enter Status
10. enter Engineer
11. enter Value
12. enter Client_Order_No
Note #1
=======
Currently, Enquiry_ID is a unique value in the following format:
yymm.nn
where yy = year
mm = month
nn = sequential number
for example, the first Enquiry_ID allocated on 1st Dec 2004 would be
0412.01, then 0412.02 etc. On 1st Jan the next ID would be 0501.01
Ideally, this number would be automatically generated on the database when a
new record is created.
Note #2
=======
The Project_ID is of the following format:
XX123789
where XX = constant 2 letter combination
123 = 3 digit number which changes annualy
789 = sequential number
Again, can this be generated automatically?
Thanks in advance for any advice
DD
and about 900 or so records.
I manage the data using filtering, which is fine, but feel it is time to
convert it to Access.
This is a simple task, but I would like some advise on the design. i.e. one
large table, or multiple related tables?
To help, this is the sequence of entry on Excel:
Enquiry received from client:
1. enter Enquiry_ID see note #1
2. enter Enquiry_Date
3. enter Client_Name
4. enter Site_Location
5. enter Project_Name
6. enter Project_Type
If enquiry is successful (i.e. we receive an order) record updated thus:
7. enter Project_ID see note #2
8. enter Project_Date
9. enter Status
10. enter Engineer
11. enter Value
12. enter Client_Order_No
Note #1
=======
Currently, Enquiry_ID is a unique value in the following format:
yymm.nn
where yy = year
mm = month
nn = sequential number
for example, the first Enquiry_ID allocated on 1st Dec 2004 would be
0412.01, then 0412.02 etc. On 1st Jan the next ID would be 0501.01
Ideally, this number would be automatically generated on the database when a
new record is created.
Note #2
=======
The Project_ID is of the following format:
XX123789
where XX = constant 2 letter combination
123 = 3 digit number which changes annualy
789 = sequential number
Again, can this be generated automatically?
Thanks in advance for any advice
DD