nycbigapple
Technical User
Hi,
I am trying to call this from a module but it isn't working. It works when I put it as a private but I will be calling this many times in a form so I don't want to have a bunch of code.
!FormName = Me.Form.Name
Public Function fctT() As Boolean
........
'!CompName = strCompN
!Login = Now
!LastUpdate = Now
!FormName = Me.Form.Name
.Update
.......
That one single line doesn't work in the module, keep getting errors
I am trying to call this from a module but it isn't working. It works when I put it as a private but I will be calling this many times in a form so I don't want to have a bunch of code.
!FormName = Me.Form.Name
Public Function fctT() As Boolean
........
'!CompName = strCompN
!Login = Now
!LastUpdate = Now
!FormName = Me.Form.Name
.Update
.......
That one single line doesn't work in the module, keep getting errors