I have 3 tables
- Payment_Schedule (Event_ID, Event_Type, Event_Incharge, Event_Date)
- Product_AMC (AMC_ID, Customer_ID)
- Item_Order (Order_ID, Customer_ID)
For a record in Payment_Schedule, Event_ID is either AMC_ID or Order_ID. If Event_ID is a AMC_ID then Event_Type will be "AMC" and if it is a Order_ID the Event_Type will be "Order".
Now my problem is I don't know how to get the Customer_ID along with the all fields of Payment_Schedule.
I'm using MS Access 2003. Please Help.