A
aaron23jordan
Guest
Hi, I'm currently constructing a database for a Video/DVD rental shop.
It's simple, I have got it all constructed however this is my problem -
I have a table with all of my videos in. In this table i have the videos and a tick box to say if they have been hired. (Tick for hired, no tick for not hired).
I also have a form that allows me to hire out videos. Everything works fine, my database calculates the fines all good but...I want to run an update query in the form that will update a video from not hired (no tick) to hired (tick). I have created an update query and have made it update to - Yes - but the problem is that it updates that tick box for every video in my table to yes, not the individual video that i am renting out. I want to be able to run a query that will update the tick box for a single video in my table not every video in my table.
Can anyone help?
It's simple, I have got it all constructed however this is my problem -
I have a table with all of my videos in. In this table i have the videos and a tick box to say if they have been hired. (Tick for hired, no tick for not hired).
I also have a form that allows me to hire out videos. Everything works fine, my database calculates the fines all good but...I want to run an update query in the form that will update a video from not hired (no tick) to hired (tick). I have created an update query and have made it update to - Yes - but the problem is that it updates that tick box for every video in my table to yes, not the individual video that i am renting out. I want to be able to run a query that will update the tick box for a single video in my table not every video in my table.
Can anyone help?