Hello,
I have another problem and I hope someone knows the reason...
In some module, I write :
Dim R As Recordset
Set R = CurrentDb.OpenRecordset("SELECT * FROM MY_TABLE")
This "MY_TABLE" has several records and the resulting recordset should have all in it, right? But as a result, only the first record of the query is in the set ( R.RecordCount = 1 ), why?!
Did someone else encounter this problem? Any help would be really appreciated!
Regards
Victor
I have another problem and I hope someone knows the reason...
In some module, I write :
Dim R As Recordset
Set R = CurrentDb.OpenRecordset("SELECT * FROM MY_TABLE")
This "MY_TABLE" has several records and the resulting recordset should have all in it, right? But as a result, only the first record of the query is in the set ( R.RecordCount = 1 ), why?!
Did someone else encounter this problem? Any help would be really appreciated!
Regards
Victor