I've been having some problems with a couple of my databases. The database that has been giving me the most problems. has about 60 or so built queries in it, and sometimes, when I compact it, the entries in the MSysObjects table shows them as OLE, instead of queries, so it gives me an error.....
I rewrote the database, putting the SQL in the modules of my forms where they were called.
I was wondering if that was the best thing I could do.
Now, the queries are only called from one location, and that is where I put the SQL.
For the reports, I put the sql in the recordsource, instead of using a query.
I know, this is harder to change/debug than using built queries, but is it larger?
If someone could show me where to find information on this on the web (I've been looking, but can't find anything) I'd appreciate it.
GComyn
I rewrote the database, putting the SQL in the modules of my forms where they were called.
I was wondering if that was the best thing I could do.
Now, the queries are only called from one location, and that is where I put the SQL.
For the reports, I put the sql in the recordsource, instead of using a query.
I know, this is harder to change/debug than using built queries, but is it larger?
If someone could show me where to find information on this on the web (I've been looking, but can't find anything) I'd appreciate it.
GComyn