I have two very similar search forms that show the results in a subform. I have one that works fine, but the other one will not requery. It is not necessary for the form to be linked to the subform, but I think that that has something to do with the problem. Here is the code for both
CurrentDb.QueryDefs("qrySearchT".SQL = strSQL
Me.findTG30sub.Requery
If there is a better way to do this, any input would be greatly appreciated!
Thanks,
Brian
CurrentDb.QueryDefs("qrySearchT".SQL = strSQL
Me.findTG30sub.Requery
If there is a better way to do this, any input would be greatly appreciated!
Thanks,
Brian