Yes my BookingID is a sequential auto number.
What I want to do now is...
If TotalRecords > 0, I want to locate the record with the BookingID which = LastID, and then update the DateIn, TimeIn etc.
I have tried to do this with the following code but I am getting a Run-time error 3061, Too few...