G Guest Dec 21, 2005 #1 How would this work where strFormName is a variable? Forms!strFormName.Requery
M Marshall Barton Dec 21, 2005 #2 Matt said: How would this work where strFormName is a variable? Forms!strFormName.Requery Click to expand... Forms(strFormName).Requery
Matt said: How would this work where strFormName is a variable? Forms!strFormName.Requery Click to expand... Forms(strFormName).Requery