C
chriske911
how can I refer to a form's current record source as rercordset to
export to a excel sheet or whatever?
I want to use the form's recordset with all of the filters applied as
is
so I cannot point to a query with parameters as I do not know what
filters are used
I have tried to use me.recordsetclone but it gives me an error:
"An expression you entered is the wrong data type for one of the
arguments."
thnx
export to a excel sheet or whatever?
I want to use the form's recordset with all of the filters applied as
is
so I cannot point to a query with parameters as I do not know what
filters are used
I have tried to use me.recordsetclone but it gives me an error:
"An expression you entered is the wrong data type for one of the
arguments."
thnx