PaulBricker
Programmer
I'm looking for a little advice on what might be the smarter development platform for a FE database. The situation is we have an SQL database that controls all our card-access door locks. The card-access database allows us to enter users and modify data, but it falls short when it comes to any kind of bulk updates (which we need to do a few times a year). What I have done is create a .accdb database that links to the tables via ODBC and allows me to create forms that work more efficiently for bulk updating. All this seems to work just fine but I have a couple questions about the setup.
1. Would a .adp database work more efficiently? You still connect via ODBC, but the tables are not linked.
2. Would using pass through queries in the .accdb format be more efficient than the ODBC linked tables and queries I use now?
3. The linked tables in the .accdb database cannot be modified and I like that from a security standpoint but the data in the tables is still vulnerable. Would using pass through queries for my forms be a better way of going? I'm not real concerned about staff seeing or messing with the data, but if I can make small adjustments that will raise the level of security, then I would be happy to do that.
Any suggestions welcome.
Paul
1. Would a .adp database work more efficiently? You still connect via ODBC, but the tables are not linked.
2. Would using pass through queries in the .accdb format be more efficient than the ODBC linked tables and queries I use now?
3. The linked tables in the .accdb database cannot be modified and I like that from a security standpoint but the data in the tables is still vulnerable. Would using pass through queries for my forms be a better way of going? I'm not real concerned about staff seeing or messing with the data, but if I can make small adjustments that will raise the level of security, then I would be happy to do that.
Any suggestions welcome.
Paul