Good afternoon.
I am trying to create an Access 2010 db that is used for tracking assets. When the data is entered in the main form, I need it to create three additional records with all the same information as the original with two changes. The DeviceID field (number) needs to be incremented up 300000 for the second record, 400000 for the third, and 500000 for the fourth. The second change is to a text field. I need to insert /tray1, /tray2, /tray3, /tray4 to the Command (text) field, one for each record.
I've tried using some of the code to create duplicate records but have yet to make it work even remotely correctly. I thought about using an append query to add all the data in to three additional tables but haven't been able to figure out a way to modify the data in the two fields I need changed. As my VBA and Access skills need some serious upgrading, I thought I would post and see if any one had an easy idea or two on how to make this work.
Thanks and I hope everyone has a great day.
Justin