Hi Everyone,
I Currently have two problems:
Problem 1: My Access DB has gotten to a stage where everything works, but there are many things which don't need to be there, and despite my best efforts not to, In all the exitement of coding I have written a fair bit of code which I do not understand. So my question is, are there books (etc) that I can refer to for learning to write code, where when reading the code, I or any one else who understands VBA can comprehend what is going on very easily.
Problem 2: My Access DB is running slowly I have many reports which take ages to load due to their complex underlying Queries. The slowness could be because my backend is only Access and not SQL server (etc). But I suspect that there would be a way to write better (more efficient) SQL Strings which will run faster. I currently use the query builder to build my queries. But I would be able to write them into the VBA if that makes it more efficient. I know this is a very general question, but any guidance would be appreciated even if is a good book in the subject.
Much Thanks in advance.
I Currently have two problems:
Problem 1: My Access DB has gotten to a stage where everything works, but there are many things which don't need to be there, and despite my best efforts not to, In all the exitement of coding I have written a fair bit of code which I do not understand. So my question is, are there books (etc) that I can refer to for learning to write code, where when reading the code, I or any one else who understands VBA can comprehend what is going on very easily.
Problem 2: My Access DB is running slowly I have many reports which take ages to load due to their complex underlying Queries. The slowness could be because my backend is only Access and not SQL server (etc). But I suspect that there would be a way to write better (more efficient) SQL Strings which will run faster. I currently use the query builder to build my queries. But I would be able to write them into the VBA if that makes it more efficient. I know this is a very general question, but any guidance would be appreciated even if is a good book in the subject.
Much Thanks in advance.
Comment