Function Not Being Recognized

  • Thread starter Thread starter uma
  • Start date Start date
U

uma

Hi

I am using a function fConcatchild. It is a Dev Ashish function. I am
getting an error unrecognized function.

I changed the scope of the function to public.

Please advise.

thanks
Uma.
 
Hello uma.

uma said:
I am using a function fConcatchild. It is a Dev Ashish function.
I am getting an error unrecognized function.

I changed the scope of the function to public.

If you want to use a function from anywhere in a database,
store that function in a standalone module (not a form or report).
 
Open the module and set a breakpoint in the code. Run your
application. When Access hits the breakpoint it will halt the running
code at the breakpoint. You can then use the debugger to step through
the code. Have fun!

HTH
--
-Larry-
--

uma said:
Hi Wolfgang,

Thanks for your advice. However it is already a module.

Uma.
 
HI All,

Thanks for your help. I found out that the issue was I not using the
DAO object.

Regards,
Uma.


Larry said:
Open the module and set a breakpoint in the code. Run your
application. When Access hits the breakpoint it will halt the running
code at the breakpoint. You can then use the debugger to step through
the code. Have fun!

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top