Hello all.
I have a production entry system that I created in XL and I send everything to Access once the user submits the info. This is all done through SQL statements.
Q1. What are the major downfalls of Access? I hear so much stuff how IT won't support this or won't support that. Is it because there are bugs in Access or because most IT people aren't familiar with Appliction Software such as XL and Access?
Q2. If I'm using SQL statements am I better off using SQL or Oracle instead of Access? The scope of my project is multiple people(15-20) at time need to enter information once every 8 hours.
Q3. Is it true that Access has approx 2GB limit?
Q4. In my program I use the DMAX function for the highest entry number and assign the user that number. I then add one to that number and put it in the entrynumber field in case multiple users access the program at the same time. Is this the only way of making sure that my key field doesn't have duplicate records?
Sorry for being so verbose but since starting to learn Access I'm like a sponge.
Final question What is the best VBA book for Access? I have three VBA books for XL and I really enjoy them.
Any responses would be great
rib
I know a little about nothing and even less about everything.
I have a production entry system that I created in XL and I send everything to Access once the user submits the info. This is all done through SQL statements.
Q1. What are the major downfalls of Access? I hear so much stuff how IT won't support this or won't support that. Is it because there are bugs in Access or because most IT people aren't familiar with Appliction Software such as XL and Access?
Q2. If I'm using SQL statements am I better off using SQL or Oracle instead of Access? The scope of my project is multiple people(15-20) at time need to enter information once every 8 hours.
Q3. Is it true that Access has approx 2GB limit?
Q4. In my program I use the DMAX function for the highest entry number and assign the user that number. I then add one to that number and put it in the entrynumber field in case multiple users access the program at the same time. Is this the only way of making sure that my key field doesn't have duplicate records?
Sorry for being so verbose but since starting to learn Access I'm like a sponge.
Final question What is the best VBA book for Access? I have three VBA books for XL and I really enjoy them.
Any responses would be great
rib
I know a little about nothing and even less about everything.