L
Lurch
Hi there. I sure hope you can help me as I've wasted a ton of time.
I have four date Fields...one may have a date, or two up to all four.
call them Date1, Date2, Date3, Date4. These are dates that my project
was approved but based upon it's cost the approval goes 'up the line'
to Date4 if the big guy's approval was needed.
Let's say that I want to know when the "Absolute" Approval was given.
How would I code a function so that it would look at Date4, if there
is a date put that value in the field [dtmApproved_Final] of
'tbl_Some_Table' if nothing is in Date4 then go to Date3. if there is
a date put that value in the field [dtmApprove_Final]. If nothing is
in Date3 then go to Date2 and so on.
Now, I want to use a macro to run that function. How do I get the
function to update the [dtmApproved_Fina] field in 'tbl_Some_Table'.
Any help would be GREATLY appreciated.
Thanks Guys!!
Tony
I have four date Fields...one may have a date, or two up to all four.
call them Date1, Date2, Date3, Date4. These are dates that my project
was approved but based upon it's cost the approval goes 'up the line'
to Date4 if the big guy's approval was needed.
Let's say that I want to know when the "Absolute" Approval was given.
How would I code a function so that it would look at Date4, if there
is a date put that value in the field [dtmApproved_Final] of
'tbl_Some_Table' if nothing is in Date4 then go to Date3. if there is
a date put that value in the field [dtmApprove_Final]. If nothing is
in Date3 then go to Date2 and so on.
Now, I want to use a macro to run that function. How do I get the
function to update the [dtmApproved_Fina] field in 'tbl_Some_Table'.
Any help would be GREATLY appreciated.
Thanks Guys!!
Tony