Hi Guys
I need to create a form and a table that captures logbook data. I need the form to have header information such as Vehicle registration, Travel date, opening Km, closing Km ect that represent a reps details for the day. Below that I need to be able to have the days activity captured by line....something like this:
(Header of the form)
VehicleID
TravelDate
OpeningMilage
ClosingMilage
(Body of the form)
StartMilage
FinishMilage
MilageType (Business/Private)
I need to repeat each line in the body of the form for as many times as the logbook needs in other words if the rep made 5 business calls and 1 private call, I need to be able to capture 6 lines in the body of the form without changing the header information.
The second question is do I set up my table with all the above fields and then the form will add the multiple body lines?