V
vy
I keep getting the error message Compile Error: Method or data member not found
for the following code:
Private Sub Status_AfterUpdate()
Me.Account Status = Null <<< This is where the error message
points to
Me.Account Status.Requery
Me.Account Status = Me.Account Status.ItemData(0)
End Sub
It highlights the .Account
Does anyone have a clue how I could fix this?
for the following code:
Private Sub Status_AfterUpdate()
Me.Account Status = Null <<< This is where the error message
points to
Me.Account Status.Requery
Me.Account Status = Me.Account Status.ItemData(0)
End Sub
It highlights the .Account
Does anyone have a clue how I could fix this?