G
Guest
A form allows the user to delete a manager from tblManager.
This causes problems if the managerID exists in tblPeople (that is, the manager is still managing people)
I'd like to use a select statement (please help with format) to
select peoNameFull from tblPeople where (tblPeople.mgrID = cboSelectManager.value)
or something of that ilk.
If anyone is retrieved, I need to cancel the delete, so I just need a yes/no or null/not null from the select.
If there is a better way to do it, I'm open to suggestions.
Thanks.
This causes problems if the managerID exists in tblPeople (that is, the manager is still managing people)
I'd like to use a select statement (please help with format) to
select peoNameFull from tblPeople where (tblPeople.mgrID = cboSelectManager.value)
or something of that ilk.
If anyone is retrieved, I need to cancel the delete, so I just need a yes/no or null/not null from the select.
If there is a better way to do it, I'm open to suggestions.
Thanks.