:) Got it working now with:
Private Sub CIU_Click()
DoCmd.OpenForm "AFT", acNormal, , , acFormAdd
Forms!AFT.RecordSource = "CIU"
DoCmd.Close acForm, "LRU Choices"
I just have to do that for each button. One table scares me, so for now I'll stick with individual tables, but I thank you for...