User Profile

Collapse

Profile Sidebar

Collapse
Bower
Bower
Last Activity: Oct 15 '07, 02:32 PM
Joined: Jul 17 '07
Location: England
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Bower
    started a topic Removing Custom Toolbars in Access

    Removing Custom Toolbars in Access

    Hi,

    Im developing an access database that checks the users windows log in details then sets up diffrent toolbars depending on the username. Iv got the adding bit sorted. The problem is when you open the database the old toolbars from previous logins remain and the new ones are added aswell!

    Anyone know a way i can reset the toolbars to default whenever the first form loads?
    See more | Go to post

  • Bower
    replied to Error Updating Label in Access
    Thanks for the reply, the error appears to have been to do with my OS, iv restarted my computer and the code is now working fine, thanks anyway....
    See more | Go to post

    Leave a comment:


  • Bower
    started a topic Error Updating Label in Access

    Error Updating Label in Access

    Hi,

    Im writing some code and need to update two labels on a form as per 2 labels on a previous form (still open).

    The code im using is:
    Code:
    Private Sub Form_Load()
    lblFirst.Caption = Forms!frmMain!lblFirst2.Caption
    lblLast.Caption = Forms!frmMain!lblLast2.Caption
    
    End Sub
    The label names are correct as is the form name but i keep getting an error message... any ideas???
    See more | Go to post
No activity results to display
Show More
Working...