Hi everyone:
I have a table. In this table I have dates that go Something like this.
12/17/03 12/18/03 12/19/03
IN OUT IN OUT IN OUT
8a 12p
1p 5p
blank
blank
blank
I need to do a loop that would make five rows and fill in the fields automatically.
I have something like this currently:
For x=0 to 4
<TR>
rstTime("dblHours"
next
I do not know if I started this correctly. Does anyone have an example or a good website that has something like this using a recordset. Thanks
I have a table. In this table I have dates that go Something like this.
12/17/03 12/18/03 12/19/03
IN OUT IN OUT IN OUT
8a 12p
1p 5p
blank
blank
blank
I need to do a loop that would make five rows and fill in the fields automatically.
I have something like this currently:
For x=0 to 4
<TR>
rstTime("dblHours"
next
I do not know if I started this correctly. Does anyone have an example or a good website that has something like this using a recordset. Thanks