How to add customer's totalSales without transaction?

Some customers transaction record are lost. I only have their totalSales. Now I want to add these customers to rms with their totalSales. How can I do it?

Reply to
Jerry
Loading thread data ...

You can add the customers and their totalSales only from QS Administrator with SQL query..

example: UPDATE Customer SET TotalSales = WHERE AccountNumber

bye antonio

Reply to
Antonio Mazzeo

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.