N
noodnutt
G'Day ppl,
I would like the following to happen using an AfterUpdate code. I have 3
fields in question that I need to extract specific info from and combine it
into 1 field, eg.
EmpArea 1
EmpLast Rider
EmpFirst Ghost
So in the AfterUpdate of "EmpFirst" it will insert into the "EmpCode" field
1RidG.
Then, (and this is where it gets tricky) In the Before Update of "EmpCode"
would like it to check if there is an existing "EmpCode" that already
exists. If it doesn't then I would like it to place a (1) at the end of the
empcode so it reads 1RidG1. If "EmpCode" already has 1RidG1 then make it
1RidG2.
Looking forward to your thoughts and ideas ppl.
TIA
Mark.
I would like the following to happen using an AfterUpdate code. I have 3
fields in question that I need to extract specific info from and combine it
into 1 field, eg.
EmpArea 1
EmpLast Rider
EmpFirst Ghost
So in the AfterUpdate of "EmpFirst" it will insert into the "EmpCode" field
1RidG.
Then, (and this is where it gets tricky) In the Before Update of "EmpCode"
would like it to check if there is an existing "EmpCode" that already
exists. If it doesn't then I would like it to place a (1) at the end of the
empcode so it reads 1RidG1. If "EmpCode" already has 1RidG1 then make it
1RidG2.
Looking forward to your thoughts and ideas ppl.
TIA
Mark.