HelpMoses76
Member
- Local time
- Today, 14:40
- Joined
- Sep 17, 2020
- Messages
- 45
Private Sub cmdUpdate_Click()
Update BR - DETAILS
Set [BR-DETAILS].CostCentre = Me.txtCostCentre.Value
End Sub
I am getting an error that says sub or function not defined . It highlights the word Update. I wonder what I am doing wrong.
Moses
Update BR - DETAILS
Set [BR-DETAILS].CostCentre = Me.txtCostCentre.Value
End Sub
I am getting an error that says sub or function not defined . It highlights the word Update. I wonder what I am doing wrong.
Moses