In my business I have to locations and about once a week I sync my to databases inventory and sales. Syncing my inventory and sales was simple because they are never edited, they are either in inventory or sold. What I need is to sync my customer data because that is occasionally edited. I thought a column called CustomerSync(datetime) would work and then compare which is greater and update. When comparing datetime values is it just datetime ge,le,etc datetime. Also what is the best way to do the update. Tom Hart

