Hello to all,
I have a program that downloads info from the internet, imports it into Access, massages the info and then builds tables that are used in a different program.
This program has one(1) form and about a half dozen queries.
I recently moved the SQL for the queries to the Visual Basic page behind the form and deleted the queries.
My question:
Are there any advantages/disadvantages to what I did? If so, please let me know what they are.
My thought was that the whole program is made up of one form and the VB behind it. In the future I can easily incorporate it into my other program.
Thanks in advance for any and all thoughts.
Don
I have a program that downloads info from the internet, imports it into Access, massages the info and then builds tables that are used in a different program.
This program has one(1) form and about a half dozen queries.
I recently moved the SQL for the queries to the Visual Basic page behind the form and deleted the queries.
My question:
Are there any advantages/disadvantages to what I did? If so, please let me know what they are.
My thought was that the whole program is made up of one form and the VB behind it. In the future I can easily incorporate it into my other program.
Thanks in advance for any and all thoughts.

Don