Hi,
Application (Access project) - Database (SQL Server)
I execute a procedure that drops a table completely.
CurrentProject.Connection.Execute ("drop table dbo.logbookDbase")
Now if i look at my list of SQL-Server tables through my access table list, the table still show even though i
dropped it. I want it to disappear.
I need to press on F5, in order to make it disapear.
Is there a way, by code, i can make this table disappear by
refreshing my connection?
Please let me know, we've been looking and are not able to find a solution.
Thank you!
laprog
Application (Access project) - Database (SQL Server)
I execute a procedure that drops a table completely.
CurrentProject.Connection.Execute ("drop table dbo.logbookDbase")
Now if i look at my list of SQL-Server tables through my access table list, the table still show even though i
dropped it. I want it to disappear.
I need to press on F5, in order to make it disapear.
Is there a way, by code, i can make this table disappear by
refreshing my connection?
Please let me know, we've been looking and are not able to find a solution.
Thank you!
laprog