I created an Access2000 database with a DSum in a form:
=DSum(" [Commission] + [Metal]+[Diamonds]+[Setting]+[Labor]+[Misc]","Calls","[Calls]![ContactID] =[Contacts].[ContactID]"
Worked/Works perfectly.
I then upsized my Access program to SQL. Among the small little problems which cropped up, is that this statement now returns an #Error message.
After some research I found that DSum is not part of the SQL command set.
What's the next best step to take?
=DSum(" [Commission] + [Metal]+[Diamonds]+[Setting]+[Labor]+[Misc]","Calls","[Calls]![ContactID] =[Contacts].[ContactID]"
Worked/Works perfectly.
I then upsized my Access program to SQL. Among the small little problems which cropped up, is that this statement now returns an #Error message.
After some research I found that DSum is not part of the SQL command set.
What's the next best step to take?