steveg0702
MIS
I have an Access 2002 database with data integrity problems. There are 3 types of files I'm tracking:
"TYPE" = NEW, REOP, or REAS
My "REAS FROM" and "REAS FROM (CS ID#)" fields can be blank if the "TYPE" is NEW or REOP, but I need data to be required if the "TYPE" is REAS.
I'm not good at all with the VB coding, so please don't assume I know things about arrays and such when you're responding
Is there anyway to add code to "TYPE" like:
after update: [REAS FROM].Required=Yes
[REAS FROM (CS ID#)].Required=Yes
Thank you for any help! This will save me a few hours a week of cleaning the data if anyone can provide some help with this!
Thanks,
Steve
"TYPE" = NEW, REOP, or REAS
My "REAS FROM" and "REAS FROM (CS ID#)" fields can be blank if the "TYPE" is NEW or REOP, but I need data to be required if the "TYPE" is REAS.
I'm not good at all with the VB coding, so please don't assume I know things about arrays and such when you're responding
Is there anyway to add code to "TYPE" like:
after update: [REAS FROM].Required=Yes
[REAS FROM (CS ID#)].Required=Yes
Thank you for any help! This will save me a few hours a week of cleaning the data if anyone can provide some help with this!
Thanks,
Steve