I'm in need of some desperate help here. Hopefully I can describe this correctly. I have a multiple Aircraft database. At the heart of it, is the 'TachTime' which is like an odometer in a car. I need to somehow display the current TachTime in a text box for the Aircraft which is selected from a combo box. I do have a query setup which will query the TachTime for the AircraftID in the combo box. However, if I set that query as the data source, all I get is a "#Name?" error. I have also tried DLookup which also returns the "#Name?" Here is what the DLookup looks like:=DLookUp([TachIn],[Tach_Q]) Any help would be much appreciated. I need to be able to populate this value, which will eventually tie into many other features like maintenance tracking, etc. Thank you so much everyone!! Scott