Two totals from different tables on the same form

  • Thread starter Thread starter Song Su
  • Start date Start date
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.
 
Take a look at Access HELP for the DSum() function.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Back
Top