G
Guest
hello, I have a major question,
I have a form that has a date returned field, and i have another form that
has a different date return field with multiple date returns for a single
record. what i am trying to do is to make one of the fields have the last
date returned (from the one with multiple dates in a single record) if a
certain crieteria is met.
the code i believe starts out like:
If Me![Qty Returned].Value = Me![Qty].Value Then
Me![Date Returned].Value = .... (this is where i have the problem, how
can i get it to add in the last date of the Form!IssueReturnLog![Date
Returned]. (last date)
does that make any sense? and can anyone help me?
Thanks in advance.
Jay
I have a form that has a date returned field, and i have another form that
has a different date return field with multiple date returns for a single
record. what i am trying to do is to make one of the fields have the last
date returned (from the one with multiple dates in a single record) if a
certain crieteria is met.
the code i believe starts out like:
If Me![Qty Returned].Value = Me![Qty].Value Then
Me![Date Returned].Value = .... (this is where i have the problem, how
can i get it to add in the last date of the Form!IssueReturnLog![Date
Returned]. (last date)
does that make any sense? and can anyone help me?
Thanks in advance.
Jay