L
lgray
I think this is a simple one for the MVPs. But not for the novice still
grasping at VBA....
Below is a sample of the data I am trying to increment
CompanyID Record Detail Auto Increment Value
312 Detail 1 ?
312 Detail 2 ?
312 Detail 3 ?
318 Detail 1 ?
318 Detail 2 ?
319 Detail 1 ?
319 Detail 2 ?
319 Detail 3 ?
319 Detail 4 ?
321 Detail 1 ?
What is the recordset Code that I need to increment the "Increment" field as
follows
CompanyID Record Detail Auto Increment Value
312 Detail a 1
312 Detail c 2
312 Detail as 3
318 Detail 3181 1
318 Detail 3182 2
319 Detail 1a 1
319 Detail 2b 2
319 Detail 3c 3
319 Detail 4d 4
321 Detail 1 1
Thank you as always,
Linda
grasping at VBA....
Below is a sample of the data I am trying to increment
CompanyID Record Detail Auto Increment Value
312 Detail 1 ?
312 Detail 2 ?
312 Detail 3 ?
318 Detail 1 ?
318 Detail 2 ?
319 Detail 1 ?
319 Detail 2 ?
319 Detail 3 ?
319 Detail 4 ?
321 Detail 1 ?
What is the recordset Code that I need to increment the "Increment" field as
follows
CompanyID Record Detail Auto Increment Value
312 Detail a 1
312 Detail c 2
312 Detail as 3
318 Detail 3181 1
318 Detail 3182 2
319 Detail 1a 1
319 Detail 2b 2
319 Detail 3c 3
319 Detail 4d 4
321 Detail 1 1
Thank you as always,
Linda