Standard form used to display user-custom query

fredElliotRules

Registered User.
Local time
Today, 00:34
Joined
Nov 3, 2006
Messages
15
Hi,

I have generated a standard form for displaying/editing of data and I have also created a form for generating Sql query statements (The form builds a string but does not execute the query). Can I execute a query and use it with that form.

So when I generate the the SQL statement and execute the query it loads the form (With Data) instead of a query datasheet. Thank you.
 
The short answer is no!, you have to design a second form using the query as input. The Forms wizard will do a pretty good job to start with.
lightray :)
 

Users who are viewing this thread

Back
Top Bottom