This is an old thread but hopefully will still be helpful to some.
You have:
If Req_Fields("RQ_USER_01").IsModified Then
Needs to be:
If Req_Fields("RQ_USER_01").IsModified = True Then
Regards,
Louis T
This is an old thread but hopefully will still be helpful to some.
You have:
If Req_Fields("RQ_USER_01").IsModified Then
Needs to be:
If Req_Fields("RQ_USER_01").IsModified = True Then
Regards,
Louis T