2105 Run Time Error
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 69 articles for 1.552 sec
There is no reason to use or even have installed the runtime version for users with full installs. I would suggest you run your code in debug mode so you can step through it line by line to see what is causing the crash. Most of the time when one user is having troubles the other are not, it is a VBA referance problem. The only way to get a clue now is to debug on the user's computer to     

Group: microsoft.public.access · Group Profile · Search for 2105 Run Time Error in microsoft.public.access
Author: Klatuu
Date: Jul 29, 2008 13:59

Sorry about that. Here is the answers to your questions 1. Yes the runtime version of Access 2. Well , opening the database directly without the runtime shortcut (runtime disabled just to see what he would get) in design view, and then switching to form view. The erros appear in Form View 3. The users have full install of Access, references are the same and I even set the registry value
Show full article (2.57Kb) · Show article thread
Your post has some contridictory statments, so I need to get some things clear before we can fix this. First you said: The 1 user can open the database with runtime Do you mean the runtime version of Access? But then you say: when the user enters the database in design mode, he gets runtime errors 2427 and 2105 continously You can't even enter design mode in the runtime version and     

Group: microsoft.public.access · Group Profile · Search for 2105 Run Time Error in microsoft.public.access
Author: cmarsh
Date: Jul 29, 2008 13:47

The database works perfectly fine in runtime with 5 out of 6 users. The 1 user can open the database with runtime, but errors out upon opening a form from a command button. The error "Execution of this application has stopped due to a run-time error. The application can't continue and will be shutdown." I can not seem to capture this error even with any logging, as it does not show
Show full article (1.96Kb) · Show article thread
Maurice, I must be stupid!! I am still wondering why it doesn't work, but I really have no need for the second do loop. I can do all the changes in one loop! ARRGH! Sometimes it is so obvious you can't see it! Anyhow, thanks, I am still wondering why it doesn't work. "Maurice" wrote: > I think you should catch the error by exiting the loop. So catch the error > before the DoCmd     

Group: microsoft.public.access · Group Profile · Search for 2105 Run Time Error in microsoft.public.access
Author: Klatuu
Date: Jul 29, 2008 13:35

I think you should catch the error by exiting the loop. So catch the error before the DoCmd.GoToRecord , , acNext in the second loop with something like on error exit do. hth -- Maurice Ausum "tkosel" wrote: I have a form with a control that contains the following code: ======================================== Private Sub Invoice_AfterUpdate() On Error GoTo
Show full article (1.39Kb) · Show article thread
Maurice, Thanks for your quick response. I am not aware that "on error exit do" is a valid on error parameter. Am I missing something? "Maurice" wrote: > I think you should catch the error by exiting the loop. So catch the error > before the DoCmd.GoToRecord , , acNext in the second loop with something > like on error exit do. > > hth > -- > Maurice Ausum > > > "tkosel"     

Group: microsoft.public.access · Group Profile · Search for 2105 Run Time Error in microsoft.public.access
Author: cmarsh
Date: Jul 29, 2008 13:14

I have a form with a control that contains the following code: ======================================== Private Sub Invoice_AfterUpdate() On Error GoTo InvoiceDone V_Looper = True DoCmd.GoToRecord , , acFirst Me.IndividualRecordInvoice = Me.Invoice Do While V_Looper = True Me.IndividualRecordInvoice = Me.Invoice DoCmd.GoToRecord , , acNext Loop
Show full article (0.62Kb)
Ok I change Data Entry property back to No, used code in form's Load event and now I am getting Run Time error '2105' You can't go to the specified record. I am using builtin find-record command "John W. Vinson" wrote: > On Sat, 11 Aug 2007 14:08:01 -0700, Greg <Greg@discussions.microsoft.com> > wrote: > > >When main form is loaded first record from the table is displayed in main     

Group: microsoft.public.access.formscoding · Group Profile · Search for 2105 Run Time Error in microsoft.public.access.formscoding
Author: tkosel
Date: Aug 16, 2007 18:22

Show full article (1.88Kb) · Show article thread
    

Group: microsoft.public.access.formscoding · Group Profile · Search for 2105 Run Time Error in microsoft.public.access.formscoding
Author: Maurice
Date: Aug 16, 2007 18:14

Show full article (1.49Kb) · Show article thread
    

Group: microsoft.public.access.formscoding · Group Profile · Search for 2105 Run Time Error in microsoft.public.access.formscoding
Author: tkosel
Date: Aug 16, 2007 18:11

Show full article (1.74Kb) · Show article thread
    

Group: microsoft.public.access.formscoding · Group Profile · Search for 2105 Run Time Error in microsoft.public.access.formscoding
Author: tkosel
Date: Aug 16, 2007 17:54

Show full article (1.19Kb)
    

Group: microsoft.public.access · Group Profile · Search for 2105 Run Time Error in microsoft.public.access
Author: John W. Vinson
Date: Aug 12, 2007 12:37

Show full article (0.35Kb) · Show article thread
    

Group: microsoft.public.access · Group Profile · Search for 2105 Run Time Error in microsoft.public.access
Author: Greg
Date: Aug 12, 2007 08:54

Show full article (1.12Kb) · Show article thread
1 · 2 · 3 · 4 · 5 · 6 · 7 · next