hello,
i'm working with access and now i have a question if it is possible to save multiple records at once.
i want to save labels. these will be saved in the table when you press the button and i have a seperate button for generating the labels from the table to a pdf file.
now i'm having a problem:
saving and generating the labels works perfect.
now i have a textbox on my form where the user kan submit the amount of labels he wants to save, because sometimes it's possible that one label needs to be printed more than one time on the pdf file.
i've tried some things but i can't seem to make it work
is it possible to do this through a for loop, that the for loop checks the amount that is submitted in the textbox and that he loops until the value is null.
thanx in advance
ilse
i'm working with access and now i have a question if it is possible to save multiple records at once.
i want to save labels. these will be saved in the table when you press the button and i have a seperate button for generating the labels from the table to a pdf file.
now i'm having a problem:
saving and generating the labels works perfect.
now i have a textbox on my form where the user kan submit the amount of labels he wants to save, because sometimes it's possible that one label needs to be printed more than one time on the pdf file.
i've tried some things but i can't seem to make it work
is it possible to do this through a for loop, that the for loop checks the amount that is submitted in the textbox and that he loops until the value is null.
thanx in advance
ilse