iceneweb
02-23-2001, 08:01 AM
I am trying to set up a dtabase for someone who invoices by the month. Order details for each client need to have the order detail date on them. Most order details are repeated each month.
I have set something up where there is a 1 to many relationship for: clients > orders > order details
This is the tricky part for me:
1- When the user goes to the main form she should see the order for the current month and any associated order details.
2- Also, when the user creates a new order record the new record should display the next calender month automatically, or the current calendar month if this is a new customer without any existing orders.
I know it's a lot of information, but I'm sure this is a pretty common scenario. How hard can it be to set this up?
Thanks for your help,
Mark
I have set something up where there is a 1 to many relationship for: clients > orders > order details
This is the tricky part for me:
1- When the user goes to the main form she should see the order for the current month and any associated order details.
2- Also, when the user creates a new order record the new record should display the next calender month automatically, or the current calendar month if this is a new customer without any existing orders.
I know it's a lot of information, but I'm sure this is a pretty common scenario. How hard can it be to set this up?
Thanks for your help,
Mark