Overkill32
New Member
- Joined
- May 13, 2011
- Messages
- 49
I'm trying to insert a new record in a database that is basically the last one i entered. Put in another way, if there was no data available for today for the item XYZ, i would need to take the data entered yesterday at 17h (there is a column in the database for the time and one for the date) and create a new record identical to it for today and change the time. Can anyone help me with the basic structure the code would have to take either in VBA or SQL? I will need to automate this process...