A family of Microsoft relational database management systems designed for ease of use.
Not bad. The DSum, DAvg, functions were life savers. I still gotta figure out some error handling routines next week. One involves a form, where once I delete records in a database to the last one, I notice if I select the #Deleted record, the Macro quits. I used the Delete Record macro. Is there any way to stop it from crashing on that? The field is a list box of available values in a field.
The other thing I need is a macro to import a CSV into an existing table with the table headers defined but the directory is one the user using the macro willl have to select their own directory. And it should check if the table is empty or not before inserting a new CSV. Thank you.