D djlysuc Registered User. Local time Today, 10:28 Joined May 22, 2006 Messages 11 Jun 5, 2006 #1 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?
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?
KeithG AWF VIP Local time Today, 02:28 Joined Mar 23, 2006 Messages 2,591 Jun 5, 2006 #2 You could make an input form to gather the info then create queryDef object with the SQL statement.