Those properties are ok.
The code i am using is the following
Private Sub Form_Open(Cancel As Integer)
Dim rs As dao.Recordset
Set rs = CurrentDb.OpenRecordset("Datas Valor Análise", dbOpenDynaset)
Set rs = CurrentDb.OpenRecordset("select * from [Datas Valor Análise]"...
Are you doing something with the recordset before displaying on a form. You should be able to bring the records back to a form and then manipulate as necessary unless you need to preprocess the records. In either case, explain in more detail what you need to accomplish.
What version of Access...
For single forms i can apply code with recordset (ADO or DAO). What can i do it with continuous forms.
The purpose is to select all records and one by one analyse them and select or delete records.
I am having some serious problems with this. Any can help me.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.