Hi
I have a continuous form which displays records matching a query.
The query is created and run using
Me.RecordSource = sqlline ' sqlline being the SQL query
I now need to use the recordcount property to find out how many records have been selected by the query.
I don´t know how to do this !
Your help is appreciated
I have a continuous form which displays records matching a query.
The query is created and run using
Me.RecordSource = sqlline ' sqlline being the SQL query
I now need to use the recordcount property to find out how many records have been selected by the query.
I don´t know how to do this !
Your help is appreciated