=dproduct()

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

Guest

what was the purpose of creating such a function? what are the business
application of =dproduct() ?
 
AFAIK, Access doesn't have a built-in function named dproduct(). if you're
seeing it in a database that somebody else built, then it's probably a
custom function. for anyone to even *guess* at what the function does,
you'll have to paste the complete function code into your post. even then,
we may not be able to figure it out, for various reasons - for instance, a
function may call another sub or function whose purpose is unknown.

the expression
=dproduct()
suggests that the function returns a value, and the return value is being
displayed in an unbound textbox in a form or report.

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