Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
How can we execute multiple statement in MS Access.
Can anybody suggest.

Thanks.
Posted
Comments
Ganesan Natarajan 13-Sep-11 8:10am    
what statement?
[no name] 14-Sep-11 4:36am    
I wanna like this as we can perform in MS SQL but not possible in MS Access
SELECT * FROM TABLENAME
GO
UPDATE TABLENAME WHERE COLUM_NAME = 1
GO
AS WE CAN EXECUTE MULTIPLE STATMENTS

as like..
[no name] 27-Sep-11 4:49am    
Suppose we can write multiple ms access setatements on query window.
Can it be possible in ms access.
[no name] 27-Sep-11 4:49am    
Suppose we can write multiple ms access setatements on query window. Can it be possible in ms access.
snehalgb 13-Sep-11 8:10am    
you have saved quieries in database ? and those ypu have to execut?

 
Share this answer
 
Hi,

for Multiple statements in MS access you need to use ; for your each sql query.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900