Garcimat
Member
- Local time
 - Tomorrow, 02:15
 
- Joined
 - Jun 7, 2022
 
- Messages
 - 67
 
Hi Guys 
Is there a way to see the result of a SQL query on access like we have on the SQL Server ?
for example I have this query
Dim sql As String
sql = "SELECT * FROM tblOrder Where OrderStatus = ""In Progress"""
And I would like to see the result so I can make changes, sorry if it sounded confuse .
 Is there a way to see the result of a SQL query on access like we have on the SQL Server ?
for example I have this query
Dim sql As String
sql = "SELECT * FROM tblOrder Where OrderStatus = ""In Progress"""
And I would like to see the result so I can make changes, sorry if it sounded confuse .