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?
User Profile
Collapse
-
Removing Custom Toolbars 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.... -
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:
The label names are correct as is the form name but i keep getting an error message... any ideas???Code:Private Sub Form_Load() lblFirst.Caption = Forms!frmMain!lblFirst2.Caption lblLast.Caption = Forms!frmMain!lblLast2.Caption End Sub
No activity results to display
Show More
Leave a comment: