N
Nancy
I posted this and got a response on how to do this in
DAO. I don't know how to use DAO, and would rather have a
visual basic method if there is one.
Any Suggestions?
I have a database where I want take a number from a form
[Num1] and add that many records to a table [Table1].
In the form, I have a list box which lists the job
numbers. I wanted to use a for loop and add each of the
jobnumbers using the .itemdata() property.
I can't seem to figure out how to add the records.
Along with adding the job number into the new records, I
would like to add the current date.
Thanks for any help.
..
DAO. I don't know how to use DAO, and would rather have a
visual basic method if there is one.
Any Suggestions?
I have a database where I want take a number from a form
[Num1] and add that many records to a table [Table1].
In the form, I have a list box which lists the job
numbers. I wanted to use a for loop and add each of the
jobnumbers using the .itemdata() property.
I can't seem to figure out how to add the records.
Along with adding the job number into the new records, I
would like to add the current date.
Thanks for any help.
..