Hi
I'm trying to use a VBA function that I specified myself in a SQL query.
My function is:
Public Function Test1(Tbl As String, Clmn As Integer)
Dim MyDb As dao.Database
Dim Tbldef As dao.TableDef
'Dim Tbl As String
Dim ColName As String
'Dim Clmn As Integer
Dim Que1 As dao.Recordset...