S
Snowsride
I am working with two recordsets A and B. Recordset A has a date field and
for a current record this is null. I have some code that finds the first
occurrence of a null value date and then moves back n times to find a record,
it then takes the values of that record and creates a new record in Recordset
B.
I want to be able to return to the null value record in A so that my code
can continue. I think I need to assign the Bookmark property of the null
date value record to a variable and then be able to return to the Bookmark
later but how do I do this?
Thanks
for a current record this is null. I have some code that finds the first
occurrence of a null value date and then moves back n times to find a record,
it then takes the values of that record and creates a new record in Recordset
B.
I want to be able to return to the null value record in A so that my code
can continue. I think I need to assign the Bookmark property of the null
date value record to a variable and then be able to return to the Bookmark
later but how do I do this?
Thanks