B
Beginner
Hi!
I'm calculating values to a query with VBA. When I do the calculation the
results also go into the table which I use as a base for my query. Why? I
don't really mind, because I intend to use the query in the next step of my
project, not the table, but should I be concerned that the values go into the
table as well?
My table is sorted ascending (id-field), but I was told that by making a
query I could be sure that the data is really in the ascending order. The
fields are the same in the query and in the table.
I would also like to know is it possible to add fields into a query with
VBA? I think it is but I don't know how. That way I wouldn't have the same
fields in the query and in the table, the table would contain only the fields
that have the data I need to calculate.
Thanks for answers beforehand!
- Beginner -
I'm calculating values to a query with VBA. When I do the calculation the
results also go into the table which I use as a base for my query. Why? I
don't really mind, because I intend to use the query in the next step of my
project, not the table, but should I be concerned that the values go into the
table as well?
My table is sorted ascending (id-field), but I was told that by making a
query I could be sure that the data is really in the ascending order. The
fields are the same in the query and in the table.
I would also like to know is it possible to add fields into a query with
VBA? I think it is but I don't know how. That way I wouldn't have the same
fields in the query and in the table, the table would contain only the fields
that have the data I need to calculate.
Thanks for answers beforehand!
- Beginner -