Below is my code I'm new to coding and don't have much experience I get an error 424 when I try to run it any help would be welcome
Public Function vatty()
If Stocktbl.[Vat] = True Then
Stocktbl.[Total] = "Stocktb.[Price]*1.175"
Else
Stocktbl.[Total] = "Stocktbl.[Price]"
End If
End Function
Public Function vatty()
If Stocktbl.[Vat] = True Then
Stocktbl.[Total] = "Stocktb.[Price]*1.175"
Else
Stocktbl.[Total] = "Stocktbl.[Price]"
End If
End Function
Comment