installer69
Programmer
I have a simple table with data input via a simple form.
Each record consists of 'id'(autonumber) 'serial number' 'action date' 'actioned by' and 'action'
'serial number' is looked up from, and limited to, a stockholding table.
'action' has just two alternatives - 'issue' and 'return'
I have racked my brain, all my books and search engines to find the code to prevent a record with the same 'serial' being issued again until it has been returned.
Come to think of it, if you could help me to ensure that the same 'actioned by' returns it after being issued it that would be fantastic!
Your help is greatly apreciated.
Each record consists of 'id'(autonumber) 'serial number' 'action date' 'actioned by' and 'action'
'serial number' is looked up from, and limited to, a stockholding table.
'action' has just two alternatives - 'issue' and 'return'
I have racked my brain, all my books and search engines to find the code to prevent a record with the same 'serial' being issued again until it has been returned.
Come to think of it, if you could help me to ensure that the same 'actioned by' returns it after being issued it that would be fantastic!
Your help is greatly apreciated.