P
Patrick
Hi all,
I have a form that will eventually allow me to add, modify and delete
certain elements of tables. I am working on the adding function at the
moment, and I dont want the user to be able to add a department name if
that name already exists.
I am thinking that I just use a select statement where the department
name is equal to what they have tried to add, and if there are no
records, then it is fine.
Is there a better way to do this, and if not, how can I count the rows
returned?
Thanks
Patrick
I have a form that will eventually allow me to add, modify and delete
certain elements of tables. I am working on the adding function at the
moment, and I dont want the user to be able to add a department name if
that name already exists.
I am thinking that I just use a select statement where the department
name is equal to what they have tried to add, and if there are no
records, then it is fine.
Is there a better way to do this, and if not, how can I count the rows
returned?
Thanks
Patrick