anyform[fieldid] query ?

mrrayj60

Registered User.
Local time
Today, 03:33
Joined
Sep 3, 2009
Messages
103
I find myself having to make a new query for each form I make because the (where) is a different form name, can/is there a way for anyform[same field name on different forms] be used? Is that a valid statement? anyform?

Ray
 
Another alternative might be to make a public variable, store you value in that from the form.
Then have only 1 query using a function to retrieve the value...
 
See this Link. This is a perfect example of what you need.

David
 

Users who are viewing this thread

Back
Top Bottom