I have an existing database to which I want to add a mileage app. Ideally what I would like is for employees to simply select a Start and Ending Destination (a list populated from a table called tblSites), indicate whether they returned to their starting location afterwards and then have miles automatically filled in from a table. But I want them to be able to manually enter mileage in case their start or end points are not on my table. I don't really have the slightest clue how to accomplish this. Which usually means it requires VBA which I know little to nothing about.
Thank you.