making a datarow repeat

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have created a sql database with a vb.net front end. i have records that
databse that have dates attached. i want each record to repeat in a given
time frame according to a field in the datarow. is it possible.

here is a sample layout of the database.

column format:

id taskname duedate freq
autonumber clean floors 06/01/06 30


i would like to duplicate this task based on the freq.
someone please help my ship is sinking.

hero281
 
Hero,

Can you explain it in a little bit other way.
Do you want 30 rows in your database based on a certain timespan or
something else?

Cor
 
Back
Top