Database is Customers... usual stuff.
A Routes report contains Account #, First and Last names, Address, last serviced date ...etc. Reading 3 tables in query.
Charges, Routes and Employee. Charges contains account info, Routes has location info and Employees contains driver info.
Accnt #, Last, First, Address, City, St, Zip, Phone, Last Srvd
I am trying to add a Price field from Charges in between the Phone and Last Srvd. I edit qryRoutes to insert the Column, save the query and then insert the field in the Report. Upon running the code, it asks for a Paid value. The field is still in the Report but NOT in the Query???? Is there something special that I am missing on saving changes. I have tried a number of times and ways to make this change.
Thanks in advance
Chuck
A Routes report contains Account #, First and Last names, Address, last serviced date ...etc. Reading 3 tables in query.
Charges, Routes and Employee. Charges contains account info, Routes has location info and Employees contains driver info.
Accnt #, Last, First, Address, City, St, Zip, Phone, Last Srvd
I am trying to add a Price field from Charges in between the Phone and Last Srvd. I edit qryRoutes to insert the Column, save the query and then insert the field in the Report. Upon running the code, it asks for a Paid value. The field is still in the Report but NOT in the Query???? Is there something special that I am missing on saving changes. I have tried a number of times and ways to make this change.
Thanks in advance
Chuck