Hello Guys....
OK, here is the deal,
I have a main form called frmMainProgram. It has 2 subforms called SubMain and SubDetails. The record source for SubMain is frmProduction_Schedule_Builds which has a record source of qryProduction_Schedule_Active. This query shows all active builds for the production line. On the main form frmMainProgram, I have a series of buttons that I want to change the record source (query) for frmProduction_Schedule_Builds that is INSIDE the subform SubMain. Another query is qryProduction_Schedule_Today or qryProduction_Schedule_BySalesOrder.
Any help or tips would be great!