Could anyone tell me what's wrong with the following code and does anyone know how to use the single and double quotes in sql and how many i.e. to for a text box, variable etc.
Dim strSql As String
strSql = "UPDATE Clients SET"
strSql = strSql & " Clients!Name =...
Hi,
does anyone know if it is possible to access a folder (e.g. myDocuments) from access. All it should do is to open the folder and allow the user to view or open files within it. Does not need to store anything in the database.
Thanx!
Hi,does anyone know if it is possible to close the connection (cnn.close) and still be able to retrieve or navigate the recordset?
I have class that when initialized it open the connection and the recordset. However, until that recordset is open i cannot manipulate it from other forms...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.