Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by lisfolks

  1. lisfolks

    Visual Studio and Mapped Drives?

    What version of Windows are you using? Also what version of Visual Studio? (And, I presume this share is fully accessible as normal unless someone is using a Visual Studio solution on the share, right?)
  2. lisfolks

    Visual Studio and Mapped Drives?

    You might want to check the access permissions for that share - it might be set to only allow one user at a time.
  3. lisfolks

    Set vs Dim for adodb objects?

    Here's how I normally code it: Dim rsImage As ADODB.Recordset Set rsImage = New ADODB.Recordset Using Dim rsImage As New ADODB.Recordset may do both in one line, but I don't know for sure, either. It definitely works with the two separate lines: one for the 'Dim' (notice, there's no...

Part and Inventory Search

Back
Top