Turn a Access2000 MDB into multi-users ?
Thu, 10 Jul 2008 23:26:24 +0100
I have a simple database written in 2000, the original developer no longer
around, its written for a single machine but now we have needs to
multi-users (3), is there anything I can do to make it multi-users ?
...
|
Records still locked
Thu, 10 Jul 2008 17:06:18 GMT
So I've worked on this database that I plan to share with several people in
the office but for now am testing it on one other workstation...I have split
it into a FE & BE. The BE is on a shared network drive that we can both
access and create, save etc....then I loaded a FE on her compter and mine...
I've linke ...
|
List is not getting populated by the filter from Combo Box.
Sun, 22 Jun 2008 23:44:30 -0400
Hello ; I am using the After update event code below, but the list is not
getting populated. What am I doing wrong. Please help
Thanks
Private Sub Combo28_AfterUpdate()
' Find the record that matches the control.
Dim rs As Object
Dim varItem As Variant
Dim strSelected As String
' Se ...
|
Do You Even Want To Fix IT?
Sat, 21 Jun 2008 20:05:22 -0600
www.sweetsauce.biz
...
|
Can't Access BE tables
Tue, 17 Jun 2008 19:36:44 -0400
I'm trying to set up a mulit-user database and the back-end tables will be
stored on a sharepoint site. When I link the FE to the BE, the first time I
link I can view and edit data just fine.
When I close the FE and reopen it I get an error saying I can't access the
BE file because it is opened exclusively ...
|
Tracking users
Fri, 13 Jun 2008 02:05:20 -0700 (PDT)
Hiya,
Basically I have 2 tables tblEmployee and tblDetails. My database is a
shipping database that tracks all the freight in the warehouse.
Records are added by the guys in the warehouse and then edited by
staff in the office, therefore there will be multiple users of this
database. Need to devise somesort o ...
|
How to know if the user is READ only?
Tue, 10 Jun 2008 03:19:22 GMT
I have a database with multiple users. Some of them are poweruser
(read/write on disk F:\) and other are "read only".
Is there a way I can know if the user can write data in my database?
When I'll know the king of user, I can redirect the "READ only user" to a
basic Form with minimum information.
-I wa ...
|
|
|
re:the search key was not found
Mon, 09 Jun 2008 01:54:07 -0700
?The search key was not found in any record?
This error message generally occurs when your Access database is corrupted. Due
to the corruption, the database Jet Engine can?t find the database object required to initialize the database.To fix this error, you can use inbuilt Access database utility known as ?Compact ...
|
Access 2000 Database structure
Wed, 4 Jun 2008 12:05:07 +0530
Dear Sir,
Can any one help to Access 2000 stores data. So I can read database file
byte-by-byte and recover all records.
Thanks,
Sanjay Shah
...
|
Global variable and multi users
Sun, 1 Jun 2008 09:44:41 -0400
Hello. I would like to know if you have an Access db on a network and you
have global variables defined at the top of a form's code and there is more
than one user using that form at the same time, can one user's values wipe
out another in the global variables and if so, how can you correct it?
Robert
...
|