L
Laurel
I want to define a calculated field in an Access query
that references a function that I have written in Visual
Basic. Is this possible? I tried putting the function in
an unbound form called frmFunctions, but when I use
the "build" key in the Query Design view, functions don't
show up, just attributes.
Specifically, I need to derive the date of the first day
of the week for the value in a column. I think I need to
write a function for that.
that references a function that I have written in Visual
Basic. Is this possible? I tried putting the function in
an unbound form called frmFunctions, but when I use
the "build" key in the Query Design view, functions don't
show up, just attributes.
Specifically, I need to derive the date of the first day
of the week for the value in a column. I think I need to
write a function for that.