I am connecting to a remote network via VPN. I can make the connection but cannot access the remote's local network even though I have allowed access on the Server's Incoming setting. The login account has read/write permissions to the local shares. Both Remote and Client have different local...
I am having problems debugging this code.
Private Sub Form_Load()
Dim delsql As String
Dim UnMatchedQry As String
Dim rst As DAO.Recordset
UnMatchedQry = "SELECT Purchases.PID" & _
" FROM Purchases LEFT JOIN PurchaseDetail ON Purchases.[PID] = PurchaseDetail.[PID] " & _...
Hi all,
I was fiddling around with Recordsets in VBA and I noticed that you can do things like this
"SELECT TOP 1 TotalCost/Amount FROM Sales WHERE [SalesDate] <= " & strDate & _
" And [ProductID] = " & PID & _
" ORDER BY [SalesDate] Desc;"
also
With...
Hello, new member here.
I'm not too good when it comes to queries but I wanted to stop using DLookups, I've read that they can be highly inefficient and unstable. I saw some posts on this forums and Allen Browne have emphasized that joined queries and subqueries are far superior.
I have a...
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.