Hello!
Sorry, I'm relatively new to Access, but I've encountered a problem when creating a database for a charity's stock control.
I have two tables - titled 'Stock List' and 'Stock Lend Register' - which are linked by the unique field 'Item ID.'
As part of a checking out process, I've created an update query so that whenever someone checks out an item, a yes/no field in 'Stock List' is updated to 'no', and vice-versa for checking in (via searching for the Item ID)
But I've noticed that this query doesn't work unless the item has been previously checked out. I assume this is because the query cannot find a record to update if there is no record in the first place. Is there any way I could fix this?
Thanks!
Sorry, I'm relatively new to Access, but I've encountered a problem when creating a database for a charity's stock control.
I have two tables - titled 'Stock List' and 'Stock Lend Register' - which are linked by the unique field 'Item ID.'
As part of a checking out process, I've created an update query so that whenever someone checks out an item, a yes/no field in 'Stock List' is updated to 'no', and vice-versa for checking in (via searching for the Item ID)
But I've noticed that this query doesn't work unless the item has been previously checked out. I assume this is because the query cannot find a record to update if there is no record in the first place. Is there any way I could fix this?
Thanks!