Kryst51
Singin' in the Hou. Rain
- Local time
- Today, 15:47
- Joined
- Jun 29, 2009
- Messages
- 1,896
I built a query in the QBE to find the max value of a particular table that has a date/time stamp. The query returns one record (a PKID autonumber) with one field. I want to use this number to populate a field on my form using vba in the before update event.
I am at a loss as to how to do this however.
After some research I thought I might need to do something with a recordset using ADO or something and have a book that tries to teach how to use it, but I don't understand it all. And was wondering if there is an easy way that does not require me to learn this new method.
Or do I need to forge ahead and learn how to use ADO?
I am at a loss as to how to do this however.
After some research I thought I might need to do something with a recordset using ADO or something and have a book that tries to teach how to use it, but I don't understand it all. And was wondering if there is an easy way that does not require me to learn this new method.
Or do I need to forge ahead and learn how to use ADO?