okay my problem:
I have to open 4 SQL statements into a new record set. and then sort the recordset.
I have created strSQL1, strSQL2, strSQL3 and strSQL4. and would like them all to opened into oRSrecord.
I have tried:
oRSrecord.open strSQL1,strSQL2,strSQL3,strSQL4,oCM
but does not work.
can anyone help?
I would also like to sort this recordset once created. i believe oRSrecord.sort "date04" should work. date04 being the column by which i would like to sort by.
Thank you for the help!!
Dominic