#Error in all textboxes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ramdil
    New Member
    • Dec 2007
    • 46

    #Error in all textboxes

    Hi
    I have a msaccess application with access forms and tables.I have seperated the front end and back end.My forms are directly bounded to tables.My problem is that some times users when while working on form will get #error in all fields and when they restart the applications it is working fine.I tried to find , but not able to find why this error occurs.Can any one help me by pointing why this error comes.What causes this error.Thanks in advance
  • missinglinq
    Recognized Expert Specialist
    • Nov 2006
    • 3533

    #2
    Where does the front end and back end reside? The norm for this is a front end on the user's PC, with the back end residing on a server. It sounds as if this is a networking problem, where connectivity is temporarily lost.

    Linq ;0)>

    Comment

    • ramdil
      New Member
      • Dec 2007
      • 46

      #3
      Hi

      Thanks for the reply.Both Front end and Back end resides in central server and users are given the shortcut..So from the reply i also imagine it was due to some network problem..



      Originally posted by missinglinq
      Where does the front end and back end reside? The norm for this is a front end on the user's PC, with the back end residing on a server. It sounds as if this is a networking problem, where connectivity is temporarily lost.

      Linq ;0)>

      Comment

      • missinglinq
        Recognized Expert Specialist
        • Nov 2006
        • 3533

        #4
        I expect that was the case. Your answer, however, points out an even greater danger! Having the front end on a central server, being shared by users, is a certain recipe, sooner or later, for repeated corruption! You need , instead, to place a copy of the front end on each user's PC.

        Linq ;0)>

        Comment

        • ramdil
          New Member
          • Dec 2007
          • 46

          #5
          Thanks for the advice

          Comment

          • missinglinq
            Recognized Expert Specialist
            • Nov 2006
            • 3533

            #6
            Glad we could help!

            Linq ;0)>

            Comment

            Working...