I have a form with a subform (datasheet view). In the subform, there are BallsIn, AM's Job, PM's Job, and Customer fields.
I gave Open Issue field instead of 3 fields (AM's Job, PM's Job, and Customer).
So, if BallsIn is "AM", it corresponds to "AM's Job".
BallsIn Open Issue(AM's Job, PM's Job, Customer)
------- -------------
AM AM's Job
PM PM's Job
Customer Customer
... ...
I want to write VBA code for this.
Any help will be appreciated.
I gave Open Issue field instead of 3 fields (AM's Job, PM's Job, and Customer).
So, if BallsIn is "AM", it corresponds to "AM's Job".
BallsIn Open Issue(AM's Job, PM's Job, Customer)
------- -------------
AM AM's Job
PM PM's Job
Customer Customer
... ...
I want to write VBA code for this.
Any help will be appreciated.