User Profile

Collapse

Profile Sidebar

Collapse
justusb
justusb
Last Activity: Sep 6 '07, 07:20 AM
Joined: Aug 25 '07
Location: Currently in Dubai, UAE
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Hi Guys,


    Thank you for the replies. I appreciate it.
    I tried everything including what you suggested to look for missing references. I also searched for clues in the Control Panel for any Windows hotfixes or SPs loaded or not loaded into the PCs. However, we are accessing the program from a server.

    I tried to attach an image in this but It seems like I am not allowed to.

    Anyway, you can...
    See more | Go to post

    Leave a comment:


  • Hi Scott,


    Thank you for the reply.
    I tried your suggestion but it has the same effect.

    In any case, I also tried using other PCs with MS Access 2003. In some PCs, the code actually works. However, majority of the PCs in my department cannot view the subform. In any case, this is not an MS Access incompatibility/version issue.

    Do you have any idea what else is missing? All of us have...
    See more | Go to post

    Leave a comment:


  • Code not working in MS Access 2003 but works in 2000

    Hi Guys,


    I just have a query about the code below:

    Code:
    Private Sub Form_Current()
    
    On Error Resume Next
        Application.Echo False
        Forms!QueryBox!QueryBoxDiscrepancyRemarksSubForm.Requery
        Application.Echo True
    
    End Sub
    This code works in 2000 but not in 2003. I have created a Form that has two parts. The first part contains...
    See more | Go to post
    Last edited by JKing; Aug 28 '07, 01:40 PM. Reason: [CODE] Tags
No activity results to display
Show More
Working...