I have form where the user can perform preset filters by selecting a radio button. This is carried out in a macro (ApplyFilter). The same form also has an image control that changes pictures as you scroll through each record, this is accomplished by code in (Sub_Form_Current). Both of these actions, the(ApplyFilter)macro and the (Form_Current) code go into the "On Current" property field for the form. Can both of these go in at the same time? How are they written in the "On Current" property so they both function?