L
lindavon81
My database is used to track circuit board shipments. The serial no. field is
set to "No Duplicates Allowed", as a way to ensure that our serial numbers
aren't duplicated for any one customer.
The problem is that we get returned circuit boards that have to go through
the same shipping process, causing the serial number to have to be re-entered
into the database. I need to be able to write a code that if the serial
number belongs to a returned product, (determined by a yes/no checkbox),
duplicates are allowed.
I figure an "If ... Then" statement would work, but I can't seem to find the
correct words to get it written right. Is there anyone that can help me? I'd
greatly appreciate it!
set to "No Duplicates Allowed", as a way to ensure that our serial numbers
aren't duplicated for any one customer.
The problem is that we get returned circuit boards that have to go through
the same shipping process, causing the serial number to have to be re-entered
into the database. I need to be able to write a code that if the serial
number belongs to a returned product, (determined by a yes/no checkbox),
duplicates are allowed.
I figure an "If ... Then" statement would work, but I can't seem to find the
correct words to get it written right. Is there anyone that can help me? I'd
greatly appreciate it!