I have a database that is giving me fits, I wrote it. The only way it will let multiple users log in, is if everyone logged in is at the switchboard. If anyone is anywhere else in the database it won't let more people log in. Any ideas or suggestions would be greatly appreciated. I do have a login script that checks password to user name. I can post it if you would like. It is very basic atm.
Thanks in advance,
Dan
Last edited by NBVC; 05-19-2010 at 09:43 PM.
"I am not a rocket scientist, I am a nuclear engineer." - Split_atom18
If my advice has been helpful to you, then please help me by clicking on the scales and adding to my reputation, Thanks!
Hi Dan,
Not speaking for 2007 (I'm still happily in denial), but in 2003 under Tools > Options "Advanced" tab, there are choices for "Default open mode", "Default record locking", and "Open databases using record-level locking". If any of your users have modified these options in their local copy of Access, then it could give you grief. A common one that has plagued me in the past is users who like the word "Exclusive".
Cheers,
Docendo discimus.
Please consider:
- Thanking those who helped you. Click the reputation icon
in the contributor's post and add Reputation.
- Cleaning up when you're done. Mark your thread [SOLVED] if you received your answer.
I checked that already. They are all set to edited record only.![]()
"I am not a rocket scientist, I am a nuclear engineer." - Split_atom18
If my advice has been helpful to you, then please help me by clicking on the scales and adding to my reputation, Thanks!
Since this post I have re-written all the code for security. One major thing to note is if you have a database that isn't using unbound forms, and multiple people are using it at the same time, avoid using Dlookup and DlookupWrapper like the plague. At the time I posted this I didn't know it would actually log you in if you waited. It took about 10 mins to log in though. I am currently using Optomistic locking and SQL strings and ADODB.Recordsets.
"I am not a rocket scientist, I am a nuclear engineer." - Split_atom18
If my advice has been helpful to you, then please help me by clicking on the scales and adding to my reputation, Thanks!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks