Account Name is a textbox on my form that is populated manually. I want the source of the form, to change depending on what is input into that text box, but I get this error:Code:Private Sub Form_Load() changeSource Me.AccountName, Me End Sub
error
sub or function not defined
What did I leave out?