Hi again,
as i already mentioned in my 1st post i'm creating a small software for my bookstore, i've created the search system 10x to the help of many posts here. I've been trying around all day long to create a system that detect if a given book is already taken, if so i should get the msg "sorry book already taken choose another one" but it's not working. my books table has the following fields:
BookID
Title
Author
Edition
Price
and i have another table named takenbooks that stores the full name and the bookid of the one who got a book.
the code should lookup the BookID in the "takenbooks" if it's available => the book with this code is taken. if not => it's available ...
Hope u got my point
Thanks
as i already mentioned in my 1st post i'm creating a small software for my bookstore, i've created the search system 10x to the help of many posts here. I've been trying around all day long to create a system that detect if a given book is already taken, if so i should get the msg "sorry book already taken choose another one" but it's not working. my books table has the following fields:
BookID
Title
Author
Edition
Price
and i have another table named takenbooks that stores the full name and the bookid of the one who got a book.
the code should lookup the BookID in the "takenbooks" if it's available => the book with this code is taken. if not => it's available ...
Hope u got my point
Thanks