I have a long if then statement, its so long that in the if/then portion, I need to move to the next line. However I do not know what is used to do so.
Here's the example of my code - but how do I place it on multiple lines without getting an error?
Code:
Private Sub btnAddNew_Click() 'add new record [B] If (IsNull(Me.text1.Value)) Or (IsNull(Me.text3.Value)) Or (IsNull(Me.text02.Value)) Or[/]
Leave a comment: