| Lovey928 2002-08-13, 9:35 am |
| Yes it can be done. Sounds like the type of thing databases were meant to do. Short answer.
Long answer. What will be the structure of your database? When tracking, do you want to pull all the computers for a particular departmet? Do you want to be able to enter a specific id a singular workstation? Are you going to query by form then print the results?
Are there any other reports that you might need from this database? How many tables will be necessary? What are the relationships? How many users?
A good database is only going to be "so" simple. How complex it needs to be depends.
But yes, it can be done. |