Can anyone tell me why the following code returns the following error: "Compile error: Expected function or variable". It hangs on GetPersonProfile. The object
mobjPerson has been created and set on Form Load.
Private Sub DisplayFamily()
Dim arrPersons As Variant
arrPersons = mobjPerson.GetPersonProfile(mlngPersonID)
mobjPerson has been created and set on Form Load.
Private Sub DisplayFamily()
Dim arrPersons As Variant
arrPersons = mobjPerson.GetPersonProfile(mlngPersonID)