B
Bill
I've created several popup continuous forms. The
underlying table has no relationship with any other
tables. They represent unique items for sale in a
particular category. I have other tables like it of other
categories, again with each item (record) unique.
A form that contains customer information has a sub form
for orders. They are linked by a customer ID. I intend to
place buttons on the form to popup the categories forms as
I need them. I want to select record(s) from the
categories popups and create a new record with this data
on the orders sub form. Thus, when I finish manipulating
the forms the orders table will contain all the data I
selected from the popups - like "Items in a shopping cart".
I am envisioning the records in a category being items
purchased, category tables (forms) being "shopping
aisles", the orders table (form) being the "shopping cart"
and the main form being the "store"
I am having trouble with the code syntax in getting the
data from the categories record to the orders table
(form). The sub form and pop ups complicates things
Can you help with the syntax?
Is this an efficient (logical) way to accomplish this task?
Bill
underlying table has no relationship with any other
tables. They represent unique items for sale in a
particular category. I have other tables like it of other
categories, again with each item (record) unique.
A form that contains customer information has a sub form
for orders. They are linked by a customer ID. I intend to
place buttons on the form to popup the categories forms as
I need them. I want to select record(s) from the
categories popups and create a new record with this data
on the orders sub form. Thus, when I finish manipulating
the forms the orders table will contain all the data I
selected from the popups - like "Items in a shopping cart".
I am envisioning the records in a category being items
purchased, category tables (forms) being "shopping
aisles", the orders table (form) being the "shopping cart"
and the main form being the "store"
I am having trouble with the code syntax in getting the
data from the categories record to the orders table
(form). The sub form and pop ups complicates things
Can you help with the syntax?
Is this an efficient (logical) way to accomplish this task?
Bill