williadn48
Programmer
How do I loop thru a table and set a calculated value on every record?
Do While Not EOF
Read First Record
set intField = DateDiff(Second,Date1Fld,Date2Fld)
Next Record
Loop
Syntax please.
Thanks.
Do While Not EOF
Read First Record
set intField = DateDiff(Second,Date1Fld,Date2Fld)
Next Record
Loop
Syntax please.
Thanks.