Getting user input for Field and Table on Update Query

djlysuc

Registered User.
Local time
Today, 08:38
Joined
May 22, 2006
Messages
11
Is there an easy way to get user input like the parameter value box in an update query, where you want the user to specify the table name and field name to run the query on?
 
You could make an input form to gather the info then create queryDef object with the SQL statement.
 

Users who are viewing this thread

Back
Top Bottom