M
Melissa
Help?! I've got a basic invoicing database setup with a basic Products table
and Orders table. When we recieve orders, we are provided a Quantity (which
is a field value in my Orders table). When an order is placed, the Quantity
must be a mutliple of the corresponding products "Pack Size" (which is a
field value in the Products table). In other words, the customer can't order
partial packs. So, I've tried a variation of validation rules with the
emphasis on the following expression: [Quantity]Mod[PackSize]=0. I have
since read Allen Browne's article which states that you can't have validation
rules that incorporate fields from other tables "(well, not as easily,
anyway)". So I'm thinking it's possible. Anyone know how?
I really appreciate it!!!
Thanks.
and Orders table. When we recieve orders, we are provided a Quantity (which
is a field value in my Orders table). When an order is placed, the Quantity
must be a mutliple of the corresponding products "Pack Size" (which is a
field value in the Products table). In other words, the customer can't order
partial packs. So, I've tried a variation of validation rules with the
emphasis on the following expression: [Quantity]Mod[PackSize]=0. I have
since read Allen Browne's article which states that you can't have validation
rules that incorporate fields from other tables "(well, not as easily,
anyway)". So I'm thinking it's possible. Anyone know how?
I really appreciate it!!!
Thanks.