G
Guest
Hello all....
I need to take a field 'vehiclelocation' from a form and when the user
clicks on save, insert the field into the table 'tblVehicles', specifically
the field 'CurrentLocation'.
On the form, I need to be able to enter the vehicle location at the time of
data entry so I can view the history of the vehicles location, but I want to
be able to view the last entry for the specific vehicle from the table
'tblDispositions'
Should I be using RecordsetClone and FLast? or is there an easier way?
I do not want to write another record, just replace whatever is already
there.
Cheers
I need to take a field 'vehiclelocation' from a form and when the user
clicks on save, insert the field into the table 'tblVehicles', specifically
the field 'CurrentLocation'.
On the form, I need to be able to enter the vehicle location at the time of
data entry so I can view the history of the vehicles location, but I want to
be able to view the last entry for the specific vehicle from the table
'tblDispositions'
Should I be using RecordsetClone and FLast? or is there an easier way?
I do not want to write another record, just replace whatever is already
there.
Cheers