I have an Access 2000 database that is a backend to my Cold Fusion application. Just recently someone tried to enter data with invalid info and the Record number kept increasing until valid info was entered so now I have a skip (from Project ID 2 to Project ID 8) in my Project ID Number:
The database and web application and queries still work great but was wondering if any future damage can happen to my database? It is currently at 10 MB in size.
Code:
Project ID(primary key) Name
1 Smith
2 Jones
8 Richards
The database and web application and queries still work great but was wondering if any future damage can happen to my database? It is currently at 10 MB in size.