I've found the thread http://www.access-programmers.co.uk/forums/showthread.php?t=155950, with the sample database that tells you who in currently in a database. However, I'm running Access 2007, which the author said he had tested it for. I'm getting a debug message, but I don't know if that's the database programing not suited to Access 2007 or if I'm missing something that makes it run.
When I click the "connections" button, the code it highlights to debug is :
.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & Me.TxtPath & "\" & Me.TxtFile
Can anyone help? Perhaps "DCrake" who supplied the database waaaay back in 2008?
When I click the "connections" button, the code it highlights to debug is :
.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & Me.TxtPath & "\" & Me.TxtFile
Can anyone help? Perhaps "DCrake" who supplied the database waaaay back in 2008?