P
Paul B.
I have a table 'tblVehicles' which holds 'dispositions' for each vehicle. I
need to display only vehicles that hold the 'disposition' of available. My
problem is I get several records for each vehicle. For example the table
holds 'dispositiondate' and 'disposition' so everytime a record is entered
with a disposition of available, it shows in my form. I only want the last
entry.
So, I was thinking of using DLast such as :
DLast("[Disposition]","tblDispositions","[VehicleNumber]="&_
[Forms]![frmVehicleDispositions]![VehicleNumber])
Question is, how would I add the second argument to show vehicle with a
'disposition' of 'available'
Thanks in advance
need to display only vehicles that hold the 'disposition' of available. My
problem is I get several records for each vehicle. For example the table
holds 'dispositiondate' and 'disposition' so everytime a record is entered
with a disposition of available, it shows in my form. I only want the last
entry.
So, I was thinking of using DLast such as :
DLast("[Disposition]","tblDispositions","[VehicleNumber]="&_
[Forms]![frmVehicleDispositions]![VehicleNumber])
Question is, how would I add the second argument to show vehicle with a
'disposition' of 'available'
Thanks in advance