J
Jesse
My hunch is this question will make clear at least one basic concept
of Access 2000 that is escaping me, but I'll put vanity behind.
Besides, maybe if I get this to work I'll get the concept(s), too ...
I have a db. promo_tbl, with names and addresses and four columns.
Each column -- prod1_qty, prod2_qty, prod3_qty, prod4_qty --
corresponds to a product, and in each one goes the qty of that product
that will be sent to the person. I want to do a query and in it add a
column that calculates for each record the total weight of the
products going to that person -- and then I export the query to csv
for mailing software.
There is a simple second table, catalog_tbl, with 5 columns, including
prod_ID and prod_wt (weight).
1st question: Does this have to be written directly in SQL or can it
be done as Access expressions?
2nd question: If it must be in SQL and if I have the code, where does
it actually go? Does it get stored somewhere and then I invoke it in
the Access query column? Does it go in the Access Field row in the
query?
3rd: If it gets typed into the query's SQL view, is there a way to
increase the font size of that tiny type?
In plain English, I want:
prod1_qty * prod_wt where prod_ID = "prod1" +
prod2_qty * prod_wt where prod_ID = "prod2" + (etc) ...
Help with any of this would be greatly appreciated. TIA. - Jesse
of Access 2000 that is escaping me, but I'll put vanity behind.
Besides, maybe if I get this to work I'll get the concept(s), too ...
I have a db. promo_tbl, with names and addresses and four columns.
Each column -- prod1_qty, prod2_qty, prod3_qty, prod4_qty --
corresponds to a product, and in each one goes the qty of that product
that will be sent to the person. I want to do a query and in it add a
column that calculates for each record the total weight of the
products going to that person -- and then I export the query to csv
for mailing software.
There is a simple second table, catalog_tbl, with 5 columns, including
prod_ID and prod_wt (weight).
1st question: Does this have to be written directly in SQL or can it
be done as Access expressions?
2nd question: If it must be in SQL and if I have the code, where does
it actually go? Does it get stored somewhere and then I invoke it in
the Access query column? Does it go in the Access Field row in the
query?
3rd: If it gets typed into the query's SQL view, is there a way to
increase the font size of that tiny type?
In plain English, I want:
prod1_qty * prod_wt where prod_ID = "prod1" +
prod2_qty * prod_wt where prod_ID = "prod2" + (etc) ...
Help with any of this would be greatly appreciated. TIA. - Jesse