Cascaded forms?

  • Thread starter Thread starter Ramesh
  • Start date Start date
R

Ramesh

HI,

I have a Customer table and an Orders table. I have another table with
PaymentSchedule table containing Instalment promises for each order.

Ideally i d create a form where I can either select an exisitng customer or
create a new customer. Then select an order or create a new order. Then
enter or modify the instalment details.

What s the best way i could achieve this? is there some form of cascaded
forms i could create?

Thanks
Ramesh
 
Hi Ramesh

Link the tables using the primary field of Customer table.

Create 2 new forms based on both table.

Link the forms - again using the control containing the Customer table
primary field.

Make the customers the main form and insert the other (orders) as a sub form.

Hope this helps
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top