Hi all,
First post
I am working on developing an inventory database that tracks item and bin info.
I have a main form with the item no, description, etc. There is a datasheet subform on the main form that tracks bin no, bin loc, and a yes/no checkbox that tracks whether the bin is primary or not. I need to check is whether a particular item has at least one - but no more than one - primary bin checked (an item can have multiple bins). Is there anyway to do this in the form? Perhaps in the code?
Hope this makes sense. Thanks in advance for your help.
First post
I am working on developing an inventory database that tracks item and bin info.
I have a main form with the item no, description, etc. There is a datasheet subform on the main form that tracks bin no, bin loc, and a yes/no checkbox that tracks whether the bin is primary or not. I need to check is whether a particular item has at least one - but no more than one - primary bin checked (an item can have multiple bins). Is there anyway to do this in the form? Perhaps in the code?
Hope this makes sense. Thanks in advance for your help.