C
chemicals
Here is what I am trying to do.
I have a continuous form with 5 fields (per record). I want to be able to
pre-populate one of the fields with 20 records worth of information.
So the continous form is bound to a table call DataList (so it will write a
record to this table when all the data has been entered by the user).
I am using ADO to call theother table (SOURCE) that has the 20
descriptions.
I can't seem to figure out how to write/create 20 records on the form in the
Detail section....
I have a continuous form with 5 fields (per record). I want to be able to
pre-populate one of the fields with 20 records worth of information.
So the continous form is bound to a table call DataList (so it will write a
record to this table when all the data has been entered by the user).
I am using ADO to call theother table (SOURCE) that has the 20
descriptions.
I can't seem to figure out how to write/create 20 records on the form in the
Detail section....