I get an error message saying:
"Invalid use of Is operator in query expression "
when i use the IS DBNULL in the following sql statement in asp.net:
SELECT SUM(tblDailyHrs.TotSchHrs) AS TotalSch, SUM(tblDailyHrs.TotActHrs) AS TotalAct,
SUM(tblDailyHrs.OverTime) AS TotalOt...
How do you import an Excel file into an Access table, using code, and where the Excel fields are not constant regarding the total number of fields, and Excel field names may also be changing, from file to file?
Does anyone know how to or have an overview on designing an accounting system, specifically a general ledger or an acccounts receivable system in MS Access?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.