L
Lance
Hello,
I have two tables, tblOrg, and tblPrograms. I have a form frmOrg, which
has all of the Organization data. I also have a Delete button, so you
can delete an organization from the database. I would like to create a
check to see if the OrgID from tblOrg exists in tblPrograms first,
however, so that I can give my users an error message saying they can't
delete an Organization that has existing data elsewhere. What is the
best way to go about this?
Thanks,
Lance
I have two tables, tblOrg, and tblPrograms. I have a form frmOrg, which
has all of the Organization data. I also have a Delete button, so you
can delete an organization from the database. I would like to create a
check to see if the OrgID from tblOrg exists in tblPrograms first,
however, so that I can give my users an error message saying they can't
delete an Organization that has existing data elsewhere. What is the
best way to go about this?
Thanks,
Lance