News

If you develop on one computer that has Access 2000 and Access 97 installed, and just use Access 97, the program won't be able to run functions on a machine that has never had Access 2000 on it.
I am setting up a recordset using the following code and SQL statement:Dim rsCurrentLadders As New ADODB.RecordsetDim strCLad As String strCLad = "SELECT Ladders.LadderName " & _ "FROM Ladders ...