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
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