S
Snoopy33
I posted this problem several months back and although I received a
lot of help on it, I wasn't able to get my problem resolved. I'm
starting fresh now and would like to give it another shot. Here is my
problem put as simply as possible:
I'm working with three tables: "RMAGEN" fields are ID and Customer
"OrderInfo" fields are ID
and Customer
"Products" fields are ID,
OID, RID and ProductDescription
*This is scaled down, but I can expand later. I just want the
basis of the solution
I have two forms.... RMA and Order both of which share the Products
table as a subform. subform uses the RID and OID fields as linked
fields
When entering an ORDER, there could be 1 or MULTIPLE items in the
Products Subform.
Sometimes we need to get the core back when sending out a product(s).
I'd like a button on my Order form that i can click and create a new
RMA by passing the related fields (Customer, and each of the subforms
instances of ProductDescription) to a new RMA record.
Passing the "Customer" to the new form is easily accomplished. I
don't need help with that. The problem is in passing multiple items
in the subform from ORDER to create multiple items for the subform
from RMA.
Thanks to everyone for your assistance! This group is an invaluable
learning tool!
lot of help on it, I wasn't able to get my problem resolved. I'm
starting fresh now and would like to give it another shot. Here is my
problem put as simply as possible:
I'm working with three tables: "RMAGEN" fields are ID and Customer
"OrderInfo" fields are ID
and Customer
"Products" fields are ID,
OID, RID and ProductDescription
*This is scaled down, but I can expand later. I just want the
basis of the solution
I have two forms.... RMA and Order both of which share the Products
table as a subform. subform uses the RID and OID fields as linked
fields
When entering an ORDER, there could be 1 or MULTIPLE items in the
Products Subform.
Sometimes we need to get the core back when sending out a product(s).
I'd like a button on my Order form that i can click and create a new
RMA by passing the related fields (Customer, and each of the subforms
instances of ProductDescription) to a new RMA record.
Passing the "Customer" to the new form is easily accomplished. I
don't need help with that. The problem is in passing multiple items
in the subform from ORDER to create multiple items for the subform
from RMA.
Thanks to everyone for your assistance! This group is an invaluable
learning tool!