Tech Support Guy banner

Discussions Showcase Albums Media Media Comments Tags

1-3 of 3 Results
  1. Business Applications
    Hi guys, In my system to keep data consistent between switching tabs, I have a textbox I call. To populate a subform with the current record I link master fields 'txtMaterial' and this works. It populates the material number correctly from the corresponding record. However, I have 3 primary...
  2. Business Applications
    Hi there, when I use the following code to show/hide tabs before and after update it works - but only when it's the main form. Private Sub Job_BeforeUpdate(Cancel As Integer) If Me.Job = "2" Then Me.Parent.Page21.Visible = True Else Me.Parent.Page21.Visible = False End If...
  3. Software Development
    Hi All! I'm creating an application where I have multiple levels of access. I have created a function using DLookup using VB: Private Sub Form_Load() 'Retrives "HasAccess" Field from the table "tblHasAccess" where the AccessLevelID = Current users access level ID If...
1-3 of 3 Results
Top