JosjaWillems
Technical User
Hello,
I have a little bit of experience in using VB for Excel, but now I'm starting something new in Access. Somehow, using VB in conjunction with Access seems to be much more difficult to me, so please excuse me for being a terrible noob
What I'd like the subroutine to do is very simple:
1. A user selects a record and activates the sub with a button
2. The value of "Field1" is added to the current value of "Field2"
3. The value of "Field1" is deleted
4. The value of "Field3" is cut and pasted to "Field4"
I want the data to be manipulated in the same table, because the front-end people enter the nesessary through a form, but before the data is processed, it has to be verified by the back-end peoples. Some of the back-end users tend to make mistakes while manually processing data, so that's why I'd like to automate this.
Thank you in advance!
Josh
I have a little bit of experience in using VB for Excel, but now I'm starting something new in Access. Somehow, using VB in conjunction with Access seems to be much more difficult to me, so please excuse me for being a terrible noob
What I'd like the subroutine to do is very simple:
1. A user selects a record and activates the sub with a button
2. The value of "Field1" is added to the current value of "Field2"
3. The value of "Field1" is deleted
4. The value of "Field3" is cut and pasted to "Field4"
I want the data to be manipulated in the same table, because the front-end people enter the nesessary through a form, but before the data is processed, it has to be verified by the back-end peoples. Some of the back-end users tend to make mistakes while manually processing data, so that's why I'd like to automate this.
Thank you in advance!
Josh