Hi,
I would like to open the userform & see in TextBox5 NO NOTES FOR THIS CUSTOMER without me having to type it.
I have tried like below but i get an error message, run time error 424 object required
Private Sub Image1_Click()DatabaseInput.Show
TextBox5.Value = "NO NOTES FOR THIS CUSTOMER"
End...