|
|
Question : Display multiple records in form using a group by query
|
|
hi guys, i've attached a very basic database that has essentially 3 tables,
customer, rental, and bicycle - yep, a very basic rental based database exercise
the customer has basic details like cust_id, name, dob etc. bicycle table has bike_id, cost, bike_type, rented, etc
the rentals table is really simple, an autonumber as a primary key, cust_id, bike_id, rental_date
what i'm trying to achieve is to create a form that will display details of the bike that has been rented using a combo box/dropdown box populated by cust_id
so when users select a particular cust_id, all bikes rented under the cust_id will be displayed, how best can i achieve this without using a datagrid view?
|
Answer : Display multiple records in form using a group by query
|
|
check this
|
|
|
|
|