Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

calling a function

Status
Not open for further replies.

EscapeUK

Programmer
Jul 7, 2000
438
GB
How do i call a function from a query.

At the moment I get the error message

Undefined function 'blahblah' in expression [sig][/sig]
 
I encountered this problem when I first began using functions (not too long ago).

My error was to name the module and the function the same. As a result I received the error you describe.

To call a function I use this format in the field cell of the query

SomeName: FunctionName(arguments)

Since I started naming my functions correctly it works fine.

Hope this helps. [sig]<p>Larry De Laruelle<br><a href=mailto:larry1de@yahoo.com>larry1de@yahoo.com</a><br><a href= > </a><br> [/sig]
 
Thanks that has sorted the problem [sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top