I'm building a project using an Access db and PWS. A frames page populates two combo boxes with information from two tables. No problem so far. The choices the user makes will build my SQL statement for reporting. I make the connection using an include, Jet 4.0 Provider. My problem is once I click submit, I'm returned with error '80004005' Unspecified error. I'm learning as I go so I figured something was wrong with the SQL statement. I changed the SQL statement to pull on another table within the DB and it works. I'm receiving the error only in regard to the table I want data from (figures). For example mySQL="SELECT * FROM Months" works but mySQL="SELECT * FROM Names" returns the error. The Months table has two fields, ID and Month, 12 records. The Names table has 14 fields and 85 records. I use a Do While Not EOF to dump out the recordset.
If I haven't provided enough background information, I'll be happy to provide it.
If I haven't provided enough background information, I'll be happy to provide it.