Hi All,
In form MAINFORM (of the attached db) there is a subform.
The idea is to have the subform automatically display the current list of trucks available (based on qry_truck_types) when the form opens. This way, a user only needs to enter the license "expiry date" alongside each one. Consequently, when a new truck is added in the DB, the MAINFORM will show the additional truck.
I could simply change the Truck_Type field in the subform to combo's, but I'd like the subform to be dynamic (if that's the right word!)
I believe an APPEND QUERY could do the trick, but am not sure on how to implement this.
ALl help greatly appreciated.
Regards,
PAUL.
In form MAINFORM (of the attached db) there is a subform.
The idea is to have the subform automatically display the current list of trucks available (based on qry_truck_types) when the form opens. This way, a user only needs to enter the license "expiry date" alongside each one. Consequently, when a new truck is added in the DB, the MAINFORM will show the additional truck.
I could simply change the Truck_Type field in the subform to combo's, but I'd like the subform to be dynamic (if that's the right word!)
I believe an APPEND QUERY could do the trick, but am not sure on how to implement this.
ALl help greatly appreciated.
Regards,
PAUL.