I'm wondering if there is a better way to see if there are existing
records...
strRecCount = DCount("Cat_ID" , "tblEntity" , "[Cat_ID]=" &
[Forms]![frmTools]![frmToolsControl].Form![frmCatEdit_CatA dm].Form![Cat_ID])
If this evaluates to 0 then there are no records in this category.
Is there a better way? If so, Why is it better?
records...
strRecCount = DCount("Cat_ID" , "tblEntity" , "[Cat_ID]=" &
[Forms]![frmTools]![frmToolsControl].Form![frmCatEdit_CatA dm].Form![Cat_ID])
If this evaluates to 0 then there are no records in this category.
Is there a better way? If so, Why is it better?
Comment