J
Jone
Hi everybody!
I made a form, in that form I have a combo box that’s called “Combo2†and I
have an unbound text box that’s called “Qty†then I have a sub form called
“PrintLables†I want to make a DoCmd.RunSQL to add records in that sub form,
for example I will select an Item form my list in the combo2 then enter an
amount in the qty box and when I press "add items" it will add the item times
the qty, let’s say I entered 15 it will make 15 new records in my sub form
from that item I selected before
I made a form, in that form I have a combo box that’s called “Combo2†and I
have an unbound text box that’s called “Qty†then I have a sub form called
“PrintLables†I want to make a DoCmd.RunSQL to add records in that sub form,
for example I will select an Item form my list in the combo2 then enter an
amount in the qty box and when I press "add items" it will add the item times
the qty, let’s say I entered 15 it will make 15 new records in my sub form
from that item I selected before