You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact support.
If you prefer not to see double-underlined words and corresponding ads, place your cursor
I would Use MSaccess If you have it Install on your computer.
__________________
hope this help
See clear as mud
StePhan McKillen
Progaming environment: Access based on my own environment: DAO3.6/A97/A2000/A2003 VB based on my own environment: vb6 sp5 ASP based on my own environment: 5.6 VB-NET based on my own environment started 2007 SQL-2005 based on my own environment started 2008 MYLE LostIt
For a database with only 500 record you could write them all to a text file.
MS Access is a great choice if you don't plan on sharing it with multiple users.
MS SQL 2005 Expres is a great choice if you're planning on growing this database over time, making it web accessible, build an application around this data.
mysql is a great free choice as well. it's mostly used on website but can also be used in house.
Depending on what and how it is used, you could even develop it using MS Excel. If so, be sure to use the process of normalizing, so that if you ever need to expand (to using MS Access, etc.) you don't have to start from scratch.
__________________
old, slow, and confused
but at least I'm inconsistent!