Recent content by JohnInStockie

  1. J

    Define how Access opens using VBA

    Hi I take it you dont want to hide the whole access window completely then, or do you mean that using windows to hide the acccess window doesnt work? Im refering to the Windows API access window hide routine from the access web. John
  2. J

    VBA SQL Troubles

    Adam, looking at your SQL it looks like you need to put a couple of spaces in. e.g. strSQL = "SELECT Count(PlaylistDetails.PLaylistDetailsID) AS NewTrackNum " & _ "FROM PlaylistDetails " & _ "WHERE PlaylistDetails.PlaylistID =[Forms]![Playlists]![PlaylistID]" hope this helps John
Back
Top Bottom