[SOLVED] Please help - Calling functions from reports
This has now been resolved, thank you RainLover and MSAccessRookie!
Hi, in a report I made a public function like "Public Function FuncName() As String"
and in the function I have set FuncName to "1" as a test.
Then in a text box in the report i called " =FuncName() " But it's not returning "1", it's returning "#Name", but on another report I have done the same thing and it worked perfectly, could there be any reason for this?
This has now been resolved, thank you RainLover and MSAccessRookie!
Hi, in a report I made a public function like "Public Function FuncName() As String"
and in the function I have set FuncName to "1" as a test.
Then in a text box in the report i called " =FuncName() " But it's not returning "1", it's returning "#Name", but on another report I have done the same thing and it worked perfectly, could there be any reason for this?
Last edited: