I notice that the FindLast method is missing when I type in type in the dot after rst but if I try to type in DAO before I type in recordset to select DAO.recordset that is also missing , DAO that is as a choice. How do you call up these functions or is it possible?
Do you have to call up the DAO Library someway first?
What I am trying to accomplish is to pick a field value out of the last instance of a record that has a field labeled hardware number and a Date time field , then grab the value and put in another field in the new record . This field is a number and will be added to the new input value in the new record. I already have a query that will pick out all the max dates for each hardware type I am using in a report. I don't have much expierence using querys in vba or with recordsets.
Do you have to call up the DAO Library someway first?
What I am trying to accomplish is to pick a field value out of the last instance of a record that has a field labeled hardware number and a Date time field , then grab the value and put in another field in the new record . This field is a number and will be added to the new input value in the new record. I already have a query that will pick out all the max dates for each hardware type I am using in a report. I don't have much expierence using querys in vba or with recordsets.