Hi, all! Thanks for helping me out. I am racking my brain as to why I am getting a Run-Time Error '424' - Object Required. See code below. The highlighted text is where the error occurs. I want to make a bound textbox in a form invisible depending on the contents of a textbox in a dialog box. Do you have any ideas? Thanks as always for your fantastic help!
Private Sub Form_Load()
If Forms!Budget_Dialog_3_6_2007.Combo_PE Is Null Then
Me.PELastName.Visible = False
End If
Private Sub Form_Load()
If Forms!Budget_Dialog_3_6_2007.Combo_PE Is Null Then
Me.PELastName.Visible = False
End If