B
Brook
good day all,
I have created a form/subform for my invoice creation, there is just one
thing that is stumping me.
Well, first I guess I should explain one thing that is used in my subform:
My subform is based on my products/inventory table in which each of my
inventory items has a distinct serial number.
So in my subform, when I am creating an invoice, I want the user to only
have the option to choose the product once for the invoice.
I have serialnum, itemdescript, and unit price on my subform.
the serialnum is a lookup on my products table, and as it is right now if
a user choose serialnum NW-0001 for the first product on the invoice and then
goes to add a new record, the system is allowing for that record to be
choosen again.
And I want to prevent this.
I hope this is clear and I hope someone can help.
Thanks in advance.
Brook
I have created a form/subform for my invoice creation, there is just one
thing that is stumping me.
Well, first I guess I should explain one thing that is used in my subform:
My subform is based on my products/inventory table in which each of my
inventory items has a distinct serial number.
So in my subform, when I am creating an invoice, I want the user to only
have the option to choose the product once for the invoice.
I have serialnum, itemdescript, and unit price on my subform.
the serialnum is a lookup on my products table, and as it is right now if
a user choose serialnum NW-0001 for the first product on the invoice and then
goes to add a new record, the system is allowing for that record to be
choosen again.
And I want to prevent this.
I hope this is clear and I hope someone can help.
Thanks in advance.
Brook