A
allison
I have a field called CAN common account number in a make
table query that changes for each transaction. I would
like to AUTOFIELD 4 new fields based on the last 4 digits
of the CAN field. Example:
CAN: RESEARCH DIVISON POOL NOTES
0944 BIOD DMID SREA Research Projects
I have 150 CAN's and each has a different Research,
Division, Pool and Notes also I have over 6500
transactions. Currently my table only contains the CAN #
in it original state (example: 8460944. Someone advised I
should write a Visual Basic event procedure that fills in
other fields automaticaly.
Example:
Private Sub CAN_AFTERUPDate
Is there another way to accomplish this??? I need your
step by step help on this!
Thanks,
table query that changes for each transaction. I would
like to AUTOFIELD 4 new fields based on the last 4 digits
of the CAN field. Example:
CAN: RESEARCH DIVISON POOL NOTES
0944 BIOD DMID SREA Research Projects
I have 150 CAN's and each has a different Research,
Division, Pool and Notes also I have over 6500
transactions. Currently my table only contains the CAN #
in it original state (example: 8460944. Someone advised I
should write a Visual Basic event procedure that fills in
other fields automaticaly.
Example:
Private Sub CAN_AFTERUPDate
Is there another way to accomplish this??? I need your
step by step help on this!
Thanks,