I have read a lot of posts regarding using autonumber and other incremental numbering but I cant seem to get my head round how to impliment it in my situation.
We have a database at work which currently has about 22000 records across several tables. eg. (Printers, Systems, Components, Misc Equipment) The current database has been built and modified as we required more functions and is a bit messy. These tables all have some similar fields so I thought that merging all the data into one table would make queries easier.
eg. currenlty if we're looking for a serial number we need to do 4 searches in the 4 tables to locate it.
also getting a list of what technican has done on a particular date means searching 4 tables for the test date and tech name.
SO.. I have started rebuiling the database using one main table with all the data and an "Item_Type" field to differentiate between the printers, systems etc
Now,, the database is still in use until I get the new one running and I'd like to keep the ID numbers for the systems at least. I dont mind if there are gaps in the number sequence as long as they are all unique.
I was thinking that if I started the new database at ID 30000 then I can get it ready and import the old records at changeover time.
Problem is that, without scripting knowledge. I cant really figure out how to do this DMAX thing that people on the forum refer to.
Can anyone give me a simple, how-to, given the guidelines above?
Many thanks,
Paul
We have a database at work which currently has about 22000 records across several tables. eg. (Printers, Systems, Components, Misc Equipment) The current database has been built and modified as we required more functions and is a bit messy. These tables all have some similar fields so I thought that merging all the data into one table would make queries easier.
eg. currenlty if we're looking for a serial number we need to do 4 searches in the 4 tables to locate it.
also getting a list of what technican has done on a particular date means searching 4 tables for the test date and tech name.
SO.. I have started rebuiling the database using one main table with all the data and an "Item_Type" field to differentiate between the printers, systems etc
Now,, the database is still in use until I get the new one running and I'd like to keep the ID numbers for the systems at least. I dont mind if there are gaps in the number sequence as long as they are all unique.
I was thinking that if I started the new database at ID 30000 then I can get it ready and import the old records at changeover time.
Problem is that, without scripting knowledge. I cant really figure out how to do this DMAX thing that people on the forum refer to.
Can anyone give me a simple, how-to, given the guidelines above?
Many thanks,
Paul