Two totals from different tables on the same form

S

Song Su

I have two tables:

tblCard: CardNumber (number type)
tblRibbon: RibbonNumber (number type)

These two tables are not related. I want total of CardNumber and total of
RibbonNumber on a same form. How to do that? Thanks.
 
J

Jeff Boyce

Take a look at Access HELP for the DSum() function.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Top