Hi guys, your always a great help.
i have the following tables:
Customers (Cust_ID, Cust_name, Cust_address, Cust_email, Type)
Rent (Rent_ID, Cust_ID, Equip_ID, Equip_name, Rent_start, exp_return_date, act_return_date, weekday_num, weekend_num,hire_ income)
Produce, on demand, for a particular customer, a record of all previous hires. This application is to run on-line (i.e. produce the output on a form). The input parameters (e.g. the individual customer) should be picked from a drop down menu (e.g. Combo Box)