G 
		
								
				
				
			
		Guest
I want to update product prices.  There are 200 odd products in the product
table, so I need to run 200 odd UPDATE statements - UPDATE products SET price
= 12.35 WHERE item = 'A103'. That sort of thing.
If this were any other relational database, I could simply create a text
file with all the individual SQL statements, and then RUN or READ this file.
The UPDATE statements would execute and I would be done.
But, this is Access. I really don't want to get involved in writing VB
code, and I really don't want to have to input 200 odd individual SQL
statements into a macro.
Is there some elegant way to do a batch update in Access?
				
			table, so I need to run 200 odd UPDATE statements - UPDATE products SET price
= 12.35 WHERE item = 'A103'. That sort of thing.
If this were any other relational database, I could simply create a text
file with all the individual SQL statements, and then RUN or READ this file.
The UPDATE statements would execute and I would be done.
But, this is Access. I really don't want to get involved in writing VB
code, and I really don't want to have to input 200 odd individual SQL
statements into a macro.
Is there some elegant way to do a batch update in Access?
