How many recordsets can you have open at once?
I wish to make a report by opening a a recordset and use a
list to look to the last instance of an item in the recordset
then move it to a temporary table or recordset where I can run a report on it.
I think I can open a a snapshot recordset and find the data
using FindLast . I then want to move the entire record to the
new recordset or table . I am a little bit confused as to what
commands I would use to move the data or if I can have the recordset open during this process. Can I copy the Entire
Record or do I have to go field by field?
The current table is a History table . The items are duplicated but have diffrent status depending on the date of entry, the date is an included field . I want to select only the most recent ones for a uptodate status report.
Could this also be done by running the list and looking for the
highest value date with a query?
I wish to make a report by opening a a recordset and use a
list to look to the last instance of an item in the recordset
then move it to a temporary table or recordset where I can run a report on it.
I think I can open a a snapshot recordset and find the data
using FindLast . I then want to move the entire record to the
new recordset or table . I am a little bit confused as to what
commands I would use to move the data or if I can have the recordset open during this process. Can I copy the Entire
Record or do I have to go field by field?
The current table is a History table . The items are duplicated but have diffrent status depending on the date of entry, the date is an included field . I want to select only the most recent ones for a uptodate status report.
Could this also be done by running the list and looking for the
highest value date with a query?