G
Guest
I need to add some reords to my DB application and I think I will need to di
using VBA but I'm unsure how.
I have a data table that wil record about six fields worth of information
along with a serial number. The users will have to make entries in the data
table to record a block of serial numbers against specific data that's held
in the form.
So, if there is a batch of ten componets, the user will enter all the
details in the form, (And all the details will be identical for each
component) and request that a block of ten serial numbers (The next ten in
the table) be allocated.
I have set up an unbound form that asks for the relevent data, and also has
a box for the number of items in the batch, but I'm struggling to work out
how to add entries to my data table using VBA.
I relaise that Ineed to do a For..Next loop to get the required number of
entries to the table etc and I know how to check what the last numbe ris,
it's all the table entry stuff I'm stuck on.
Are there any good and easy to follow web (or paper) based resources that
explain in easy terms how I can go about this.
Thanks in advance.
Neil
using VBA but I'm unsure how.
I have a data table that wil record about six fields worth of information
along with a serial number. The users will have to make entries in the data
table to record a block of serial numbers against specific data that's held
in the form.
So, if there is a batch of ten componets, the user will enter all the
details in the form, (And all the details will be identical for each
component) and request that a block of ten serial numbers (The next ten in
the table) be allocated.
I have set up an unbound form that asks for the relevent data, and also has
a box for the number of items in the batch, but I'm struggling to work out
how to add entries to my data table using VBA.
I relaise that Ineed to do a For..Next loop to get the required number of
entries to the table etc and I know how to check what the last numbe ris,
it's all the table entry stuff I'm stuck on.
Are there any good and easy to follow web (or paper) based resources that
explain in easy terms how I can go about this.
Thanks in advance.
Neil