J
junker1234
Hi
With the help of several of the members of this group I think I finally
got my database working!
The only issue is that I have DMAX and DMIN functions to compute the
most distant expected and soonest expected arrival times for items on a
particular invoice.
This works great about 95% of the time. However, the other 5% of the
time the DMAX value is lower than the DMIN value. This isn't a huge
deal but I'm a little curious about how this is possible.
Here are the DMIN and DMAX functions and their parameters:
GroupMin: DMin("[FinalExp]","rebuild","[InvNumber] ='" & Sales.Num &
"'")
GroupDate: DMax("[FinalExp]","rebuild","[InvNumber] ='" & Sales.Num &
"'")
Given that they share the same criteria isn't it impossible that a DMAX
is lower than a DMIN?
Thanks a lot for any insight
With the help of several of the members of this group I think I finally
got my database working!
The only issue is that I have DMAX and DMIN functions to compute the
most distant expected and soonest expected arrival times for items on a
particular invoice.
This works great about 95% of the time. However, the other 5% of the
time the DMAX value is lower than the DMIN value. This isn't a huge
deal but I'm a little curious about how this is possible.
Here are the DMIN and DMAX functions and their parameters:
GroupMin: DMin("[FinalExp]","rebuild","[InvNumber] ='" & Sales.Num &
"'")
GroupDate: DMax("[FinalExp]","rebuild","[InvNumber] ='" & Sales.Num &
"'")
Given that they share the same criteria isn't it impossible that a DMAX
is lower than a DMIN?
Thanks a lot for any insight