473,769 Members | 1,917 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Can a lone computer have Access db problems?

One of the users in our departmental db has Read/Write permissions to a
particular form. He was able to access and edit the form at will until 2
weeks ago. His current problem was that he was not able to edit the data
(no message ever appeared telling him he could not change any data). The
only change to the db since he experienced the problem was that a new
version of the db was made available for installation which everyone has now
installed. (The new version did not affect the form the user accesses, nor
was his permissions changed). Both my Admin Asst and I used his user login
and password on our separate client machines to enter the db and gain access
to the form he uses. Both of us were able to edit the form (logged in as
him) with no problems, yet he is still unable to edit the form from his
computer. That, to me, would suggest that the problem lies with his
machine. The only problem with that assessment is that it doesn't make
sense that "something" could be different on his computer to not allow him
"Write" capabilities on an MS Access application. Networked computers don't
work that way (singling out certain computers to misbehave).

Running WinXP w/ MS Office Pro 2003.

Has anyone every experienced a similar malady and, if so, how was the
problem resolved?

thx for any suggestions...
Earl Anderson
Jun 27 '08 #1
3 1685
"Earl Anderson" <is*****@optonl ine.netwrote
One of the users in our departmental db has Read/Write permissions to a
particular form. He was able to access and edit the form at will until 2
weeks ago. His current problem was that he was not able to edit the data
(no message ever appeared telling him he could not change any data). The
only change to the db since he experienced the problem was that a new
version of the db was made available for installation which everyone has
now installed. (The new version did not affect the form the user
accesses, nor was his permissions changed). Both my Admin Asst and I used
his user login and password on our separate client machines to enter the
db and gain access to the form he uses. Both of us were able to edit the
form (logged in as him) with no problems, yet he is still unable to edit
the form from his computer. That, to me, would suggest that the problem
lies with his machine. The only problem with that assessment is that it
doesn't make sense that "something" could be different on his computer to
not allow him "Write" capabilities on an MS Access application.
Networked computers don't work that way (singling out
certain computers to misbehave).
Neither did / do "unnetworke d computers", but there are lots of causes for
individual computers in the network to misbehave.

Today's desktop computers may be easier for the user to access, but under
the covers, they are far more complex even than mighty mainframes of just a
few years ago. There are an incredible number of apparetnly-minor items
that can have major effects. The problem likely does "lie with his
machine", but it may be software, hardware, settings, permissions, or a
number of other things. Even if all the machines are presumably loaded with
identical software by a centralized department, there are many individual
settings that can have unanticipated effects.
Running WinXP w/ MS Office Pro 2003.
Nothing unusual there...

Q. 1: Are you up to date with all Service Packs for both the Operating
System (SP 3 is the latest, but there are still a few problems surfacing, so
SP 2 is just fine) and for Office Pro 2003 (SP 3)? In both cases, on the
menu Help | About will show the current service pack.

Q. 2: When you say he is "authorized ", that sounds as if the database is
secured with Access Workgroup Security (sometimes called User Level
Security, or ULS). Is that the case?

Q. 3: What is the physical location of the database being executed, aka
"front end"? (That database would contain queries, forms, reports, macros,
and modules. It should be on the user's machine, not on a server.)

Q. 4: What is the physical location of the database containing the tables
and data, aka "back end"? (It should be on a shared folder, and linked by
all users from the front end DB on their own machine.)

(NOTE: If the database is not split into "front" and "back" ends, it should
be. From your description, it does sound as if it is split..)

Q. 5: Every user should have full permissions on the folders where both the
front and back end databases reside. (NOTE: The login to Access itself is
immaterial to this; it is the Windows and network logins of the using
computer to which these permissions apply. That's why you and your AA can
have different experiences from your own machines using his ID and
password.)

Q. 6: You say this user can't "edit the form". Do you mean "use the form to
work with data", or do you mean "modify the design of the form"?

Actually, if the database is split, and there's no "local data" on the
user's copy, it might be a good idea just to copy a fresh, new copy of the
DB (usually all the "installati on" required, if Office is loaded on the
machine) to the problem machine and try that copy to see if there's any
difference.
Has anyone every experienced a similar malady and, if so, how was the
problem resolved?
I'm sorry there is not a quick, easy, snap-the-fingers answer. With the
answers to these questions, it's likely someone here can either make
specific suggestions, or determine the next questions to ask you. (It may
well not be me, but someone else.)

Larry Linson
Microsoft Office Access MVP

Jun 27 '08 #2
Thanks Larry:

A1: Yes, IT keeps up with all Service Packs and we are current (SP3 on
both)

A2: We utilize Access ULS on this departmental db

A3&4: It is a 'split' db in the classic sense as you described

A5: Only our Department employees have access to the folder where the db
resides and he is a member of our department

A6: Sorry about the loose use of the term 'edit'. In this case, it means
'write' permissions. He does not have Administrative rights to include
"Design" permission.

We did use a backup utility to 'reinstall' the fe and it solved the problem
'for a week' and the then the problem 're-appeared' the next week, which is
where we are now. We will try that again.

Thanks again...
Earl Anderson
"Larry Linson" <bo*****@localh ost.notwrote in message
news:UGjYj.6538 $%g.3310@trnddc 08...
"Earl Anderson" <is*****@optonl ine.netwrote
>One of the users in our departmental db has Read/Write permissions to a
particular form. He was able to access and edit the form at will until 2
weeks ago. His current problem was that he was not able to edit the data
(no message ever appeared telling him he could not change any data). The
only change to the db since he experienced the problem was that a new
version of the db was made available for installation which everyone has
now installed. (The new version did not affect the form the user
accesses, nor was his permissions changed). Both my Admin Asst and I
used his user login and password on our separate client machines to enter
the db and gain access to the form he uses. Both of us were able to edit
the form (logged in as him) with no problems, yet he is still unable to
edit the form from his computer. That, to me, would suggest that the
problem lies with his machine. The only problem with that assessment is
that it doesn't make sense that "something" could be different on his
computer to not allow him "Write" capabilities on an MS Access
application.
Networked computers don't work that way (singling out
certain computers to misbehave).

Neither did / do "unnetworke d computers", but there are lots of causes for
individual computers in the network to misbehave.

Today's desktop computers may be easier for the user to access, but under
the covers, they are far more complex even than mighty mainframes of just
a few years ago. There are an incredible number of apparetnly-minor items
that can have major effects. The problem likely does "lie with his
machine", but it may be software, hardware, settings, permissions, or a
number of other things. Even if all the machines are presumably loaded
with identical software by a centralized department, there are many
individual settings that can have unanticipated effects.
Running WinXP w/ MS Office Pro 2003.

Nothing unusual there...

Q. 1: Are you up to date with all Service Packs for both the Operating
System (SP 3 is the latest, but there are still a few problems surfacing,
so SP 2 is just fine) and for Office Pro 2003 (SP 3)? In both cases, on
the menu Help | About will show the current service pack.

Q. 2: When you say he is "authorized ", that sounds as if the database is
secured with Access Workgroup Security (sometimes called User Level
Security, or ULS). Is that the case?

Q. 3: What is the physical location of the database being executed, aka
"front end"? (That database would contain queries, forms, reports,
macros, and modules. It should be on the user's machine, not on a server.)

Q. 4: What is the physical location of the database containing the tables
and data, aka "back end"? (It should be on a shared folder, and linked by
all users from the front end DB on their own machine.)

(NOTE: If the database is not split into "front" and "back" ends, it
should be. From your description, it does sound as if it is split..)

Q. 5: Every user should have full permissions on the folders where both
the front and back end databases reside. (NOTE: The login to Access
itself is immaterial to this; it is the Windows and network logins of the
using computer to which these permissions apply. That's why you and your
AA can have different experiences from your own machines using his ID and
password.)

Q. 6: You say this user can't "edit the form". Do you mean "use the form
to work with data", or do you mean "modify the design of the form"?

Actually, if the database is split, and there's no "local data" on the
user's copy, it might be a good idea just to copy a fresh, new copy of the
DB (usually all the "installati on" required, if Office is loaded on the
machine) to the problem machine and try that copy to see if there's any
difference.
Has anyone every experienced a similar malady and, if so, how was the
problem resolved?

I'm sorry there is not a quick, easy, snap-the-fingers answer. With the
answers to these questions, it's likely someone here can either make
specific suggestions, or determine the next questions to ask you. (It may
well not be me, but someone else.)

Larry Linson
Microsoft Office Access MVP

Jun 27 '08 #3
"Earl Anderson" <is*****@optonl ine.netwrote
We did use a backup utility to 'reinstall' the fe and it solved the
problem
'for a week' and the then the problem 're-appeared' the next week, which
is
where we are now. We will try that again.
That is interesting, but I don't have an answer (or even, I fear, a likely
suggestion).

If your database is properly split, you should be able to install the
front-end just by copying it. If you are running with the runtime, a
reinstall may be needed. And, indeed, if reloading the FE does not do the
trick, reinstalling Access might be worthwhile. If you decide to try
reinstalling Access itself, I'd discuss with your IT department whether they
would do an actual repair/reinstall instead of restoring from a backup.

Larry Linson
Microsoft Office Access MVP
Jun 27 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1376
by: Ricky | last post by:
I share a folder on an XP Pro computer across our peer to peer network. I have add users to the XP Pro computer for network login. If users on our network edit the MS Access 2000 file no problems occur. But if I edit the MS Access 2000 file on the XP Pro computer itself all users are removed from the security tab on the MS Access file except admin and me. I have to add the users back after I've completed Anyone have any ideas ?
6
2885
by: Ishbel Kargar | last post by:
I've bought a new laptop (running Windows XP home edition) to replace my old one (running Windows 98). I don't have cable connection between the two computers, so I've transferred most of the files between the two using RW disk. I'm membership secretary for a charity (1300 members), with another smaller group (25 members), both using Access from MS Office 2000 Premium edition. On the new computer the small Db works fine, address...
0
1750
by: Gregor | last post by:
Hello everyone, I have a problem with an ms-access ADP Project under Access XP and an SQL Server 2000. On my computer the program is running without any problems. Then I create a copy of the Access file and I make a backup of my database. I reinstall the backup on another (identical) sql server. When I trie to run the program, I usually get a page allocation fault.
6
3711
by: Ecohouse | last post by:
I have a computer with XP on it. I loaded Office 97 first because I needed Access 97 for some work. I then loaded Office 2000. Everything seemed to be running fine. But I have come across a few problems. 1) I have hyperlinks in some tables and when I try to access the hyperlinks I get an error message "An unexpected error has occurred. 2) I've been trying to do some automation through Access for MS Word using VBA code. I've been...
6
2570
by: dbuchanan | last post by:
I have a Windows Forms application that accesses SQL Server 2k from a small local network. The application has been used for weeks on other systmes but a new install on a new machine retruns errors. The machine is a new laptop Windows XP Pro SP2 The machine is up to date with respect to the dot net framework. Details: Dot Net Framework ver. 1.0.3705 is installed Dot Net Framework ver. 1.1.4322 is installed
9
5245
by: John | last post by:
Tried this on microsoft.public.access.gettingstarted - no response - perhaps more appropriate here. I'm not a database user, simply helping someone get started with a new computer. The old computer (win98se) runs a database in MS Access 97 pro, with all the attendant permissions etc. I can work on the database without problems, once I've opened the file with the requisite user name and
1
7868
by: shriil | last post by:
Hi I am facing a problem with regard to opening of Access Databases, resident on pcs of my office network connected thru LAN, from my machine on the network. The folders in which these databases reside are in full share mode and the folders are accessible. All the network machines including mine have Windows XP SP2 OS and Access 2002. All the versions are registered. Whenever I am double clicking an Access Database on the network, the...
3
3939
by: Jack | last post by:
In a PHP script, I'm using a DSN-less ODBC connection to connect to an MS Access database. Like so: $DBConn = 'Driver={Microsoft Access Driver (*.mdb)}; DBQ=c:\path\to\MyDatabase.MDB'; $conn = odbc_connect($DBConn,'',''); This works fine - no problems. Now, I want to connect to an Access database that is on another
9
2146
by: Salad | last post by:
I have access, for testing at my client's site, a Win2000 computer running A2003 retail. He recently upgraded all of his other machines to DualCore Pentiums with 2 gig ram and run A2003 runtime. I believe all current SPs for Windows and Office are installed on the fast machines. I have 1 process/subroutine that has worked for a couple of years without a problem. It works fine on the testing (slow) machine. The process checks a folder...
0
9579
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9420
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10205
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9851
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6662
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5293
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5441
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3556
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2811
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.