M
Matt
Here's my dilemma... I have two tables....
(1) "tbl_price" with columns "Price ID" (ie 500 - $39.95), "TicketQty" (ie
500), and "TicketCost" (ie $39.95).
(2) "tbl_ticket" with columns "Price ID", "TicketQty", and "TicketCost",
"and other ticket details".
*all fields are blank as this table is populated by "insert records" from
the website.
Within this website, on the "design" page, the user will choose from a drop
down menu a "PriceID" (ie 500 - $39.95) from the "tbl_price" table. On the
following "proof" page, the page will display the "TicketQty" (ie 500) and
"TicketCost" (ie $39.95) from the "tbl_ticket" table. So "TicketQty" and
"TicketCost" from "tbl_price" will populte "TicketQty" and "TicketCost" in
the "tbl_ticket" table.
Right now it's not working. I am by no means an expert with Access. Anyone
have any ideas? I appreciate your help in advance!
(1) "tbl_price" with columns "Price ID" (ie 500 - $39.95), "TicketQty" (ie
500), and "TicketCost" (ie $39.95).
(2) "tbl_ticket" with columns "Price ID", "TicketQty", and "TicketCost",
"and other ticket details".
*all fields are blank as this table is populated by "insert records" from
the website.
Within this website, on the "design" page, the user will choose from a drop
down menu a "PriceID" (ie 500 - $39.95) from the "tbl_price" table. On the
following "proof" page, the page will display the "TicketQty" (ie 500) and
"TicketCost" (ie $39.95) from the "tbl_ticket" table. So "TicketQty" and
"TicketCost" from "tbl_price" will populte "TicketQty" and "TicketCost" in
the "tbl_ticket" table.
Right now it's not working. I am by no means an expert with Access. Anyone
have any ideas? I appreciate your help in advance!