A
AJ
I am very new to VBA and access and have a question regarding a SELECT
statement. I am going to run a select (recordset - so I can loop through and
process each record) but on my SELECT I want to make sure I return at least
20 rows, otherwise I am going to change my WHERE clause to include more rows.
Is there an easy way to do this or do I need to just do an inital SELECT
COUNT(*) and then decide which WHERE clause to use??
Do you have an example I can look at?
Thank you in advance!
AJ
statement. I am going to run a select (recordset - so I can loop through and
process each record) but on my SELECT I want to make sure I return at least
20 rows, otherwise I am going to change my WHERE clause to include more rows.
Is there an easy way to do this or do I need to just do an inital SELECT
COUNT(*) and then decide which WHERE clause to use??
Do you have an example I can look at?
Thank you in advance!
AJ