This is the first time that I have tried to use a function as the
default value for a form. The function appears to work when I run it in
VBA, and I have saved it and it shows up in my Module list. However,
when I make a form, with a text box then in the Default put
= FunctionName()
all I get is "#Name?" in the text box.
Can anyone please help?
Thanks
Alan
default value for a form. The function appears to work when I run it in
VBA, and I have saved it and it shows up in my Module list. However,
when I make a form, with a text box then in the Default put
= FunctionName()
all I get is "#Name?" in the text box.
Can anyone please help?
Thanks
Alan
Comment