local function as the control source for a text box on a report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to assign the control source for a report text box as the result of a
function [e.g. now()]. Well, =now() works, but I can't get it assigned to
=mypersonalfunction(). It gets a name# error. Ideas?
 
Back
Top