I have several subforms on one form. They all have the same source, but I am trying to have each subform display different records. I figured what I could do is put a code in the On Open event. I just dont know how to write that. Subform A needs to display records where ID = 1. Subform B needs ID = 2, 3, 4. Subform C needs ID = 4, and Subform D needs ID = 5.