My database requires me to keep a record of items that have become damaged. To do this I have made a form that allows me to select an item from a combo box(based on a query). After selecting the item from the combo box I then enter the item as being damaged by the use of a lookup wizard(wizard has Availible, Damaged, Borrowed) under the label of Status.
However this could lead to problems as after selecting the item I might forget to set its status to Damaged.
Is there a code I can put in the combo box(if so were do I put it?) that will change the Status to Damaged when I select an item from it? Also is there a code I can put in(also were does this go?) that insists that when an item is entered as Damaged the date it was damaged must also be entered?
Thanks!
However this could lead to problems as after selecting the item I might forget to set its status to Damaged.
Is there a code I can put in the combo box(if so were do I put it?) that will change the Status to Damaged when I select an item from it? Also is there a code I can put in(also were does this go?) that insists that when an item is entered as Damaged the date it was damaged must also be entered?
Thanks!