Hi,
Should be a quick question... If you open a form via vba with a where condition and then re-query... eg:
DoCmd.OpenForm strFile, , , strCriteria
DoCmd.Requery
would the requery affect the where condition (i.e. remove it)?
I dont think it should, but thought it was worth a check!!
Thanks!
Should be a quick question... If you open a form via vba with a where condition and then re-query... eg:
DoCmd.OpenForm strFile, , , strCriteria
DoCmd.Requery
would the requery affect the where condition (i.e. remove it)?
I dont think it should, but thought it was worth a check!!
Thanks!