Is there a way to do this? I set up this function but Access asks me to define "Tables". I don't think this function is meant to work with tables but I don't know what else to try. Can anyone help?
Function FormatValue() As Integer
Dim val As Variant
val = Tables!Homeq.CURRBAL
Tables!Homeq.CURRBAL = "Currency"
End Function
Zach
Function FormatValue() As Integer
Dim val As Variant
val = Tables!Homeq.CURRBAL
Tables!Homeq.CURRBAL = "Currency"
End Function
Zach