MS Access 2010 Error

lowanam1

Registered User.
Local time
Today, 10:04
Joined
Jan 13, 2012
Messages
106
I am getting this error in a db. There are 7 fe users and only one user recieves this error. Any thoughts or suggestions on how to fix?

Microsoft Access cant add, rename, or delete the control (s) you requested.

Thanks
 
Since you mention CONTROLS, I'm guessing your working on forms or reports. Is the db truely split and an individual FE being opened on the users desktop or is he/she sharing what only looks like an FE with another user, which would lock out changes to tables, forms, reports and probably anything bound to the forms and reports?
Goh
 
yes it is a form, and the db is split with each user having a copy on their own desktop.
 
Process of elimination,
With everybody logged in
If you place another copy of a working FE on that user's desktop will it allow those same transactions to be performed? If it allows the transactions then there's possible form/report corruption in the other FE instance.

Also try with only that one user logged in:
Does it give the same error message when perfoming the transactions in the db?
If it allows the transactions when logged in exclusively then there is likely a sharing issue.

If you take a copy of that user's FE and place it on YOUR desktop can you open it and perform those same transactions?

Narrow down the conditions under which the FE fails to allow the transactions.
 
thank you....here is what I tried

placing a new fe on the users desktop I still get the same error

I can use the fe that the user uses with the error with no problems

the user still recieves the error when logged in exclusively!


problem still not resolved

Thanks again
 
I found that one form and one report is corrupted somehow on only this users fe. I cannot open the code for either the form or the report on the desktop fe but I can from my personal fe.
 
help button states

modules aren't loaded from a code reference-they must be part of the project. This error has the following cause and solution:

the requested modeule doesnt exist in the specified project for example the statement Mymodule.someVar=5 generate this error when MyModule isnt visible in the project MyProject. see your hots application documentation for information on including the module in the project.
 

Users who are viewing this thread

Back
Top Bottom