hlieu
Mar 30th, 2000, 12:59 AM
Hi,
The following code is to filter the records:
datPrimaryRS.Recordset.Filter = "StudentNam = '" & txtYear3 & "'"
Question: How to remove the filter and go back to the normal form.
Thanks.
The following code is to filter the records:
datPrimaryRS.Recordset.Filter = "StudentNam = '" & txtYear3 & "'"
Question: How to remove the filter and go back to the normal form.
Thanks.