Quote Originally Posted by Ajax View Post
perhaps you need glasses - I can see a text1 textbox
Hi,

Thanks. I came right by using:

Code:
For c = 1 To 33If Me("combo" & a) <> "" Then
If Me("text" & a) <> "" Then
.AddNew
    !Doc_nr = DocNr
    !Item_Code = Me("combo" & a)
    !Quantity = Me("text" & a)
    .Update