I am having a tough time with my limited knowledge of VB on transferring data to the next record. Here goes...
I have a subform that is set to "Single Form". I have a command button on that subform that is a basic DoCmd.GoToRecord , , acNewRec.
The subform is Locations for an Order. The subform will always have multiple locations, however, a lot of the times some of the data is the same in certain fields. I just want to transfer the data from fields 1 and 2 in location number 1, to fields 1 and 2 in location number 2.
I hope this makes sense. I figured out how to do it from one form to another, but not from one record to another...help...
I have a subform that is set to "Single Form". I have a command button on that subform that is a basic DoCmd.GoToRecord , , acNewRec.
The subform is Locations for an Order. The subform will always have multiple locations, however, a lot of the times some of the data is the same in certain fields. I just want to transfer the data from fields 1 and 2 in location number 1, to fields 1 and 2 in location number 2.
I hope this makes sense. I figured out how to do it from one form to another, but not from one record to another...help...