Recent content by fuonge

  1. F

    Tab Control and Field Check on Form

    MS ACCESS 2007 VBA CODE BUILDER I am able to show a MsgBox in VBA code when a Tab is selected with Private Sub TabCtl34_Change() If Me.TabCtl34.Value = 1 Then 'First Page MsgBox "Hi" End If End Sub But I also want to check if the second tab is selected and a field(Name) on the form IS NULL...
Back
Top Bottom