Greetings,
My goal is to take and append/updated loan numbers into a dump table that meet certain criteria. The dump table contains headers "Application Date Null", "Underwriting Received Date Null"....and many more.
During the validation process I have queries that check for these errors (null values). Once identified I want the ability to update / append the loan number to the appropiate column in the dump table.
I currently get to this point with append queries.
Application Date Null Underwriting Date Null
123
456
123
789
666
454
321
I would like to get to this point.
Application Date Null Underwriting Date Null
123 123
456 789
666
454
321
Any suggestions would be greatly appreciated.
Thanks
E
(sorry for the poor paste not sure of the tag to format a table)
My goal is to take and append/updated loan numbers into a dump table that meet certain criteria. The dump table contains headers "Application Date Null", "Underwriting Received Date Null"....and many more.
During the validation process I have queries that check for these errors (null values). Once identified I want the ability to update / append the loan number to the appropiate column in the dump table.
I currently get to this point with append queries.
Application Date Null Underwriting Date Null
123
456
123
789
666
454
321
I would like to get to this point.
Application Date Null Underwriting Date Null
123 123
456 789
666
454
321
Any suggestions would be greatly appreciated.
Thanks
E
(sorry for the poor paste not sure of the tag to format a table)