I have a client form and sales form but whenever I sell more than one of the same item, I have to create a new record saying 2 pieces of that item. Is it possible to let already selected items to be selected again, and again?
Leo
Hi Leo,
Unfortunately that wouldn’t work because the way the data structures are setup, even if I allowed it visually, in the database the same value would get stored in the database over top the existing selected ones.
What you really want is the ability to set a unique quantity on the one selected linked record. That’s something I’d like to do, but it’s something I haven’t had a chance to dig into yet.
Thanks,
Brendan
Hi Brendan,
That would do the trick also, but then the total costs has to be calculated to.
I’ll wait for the solution and in the meantime I’ll just add new Items containing the quantity I sold.
Leo