access97to2000
Programmer
Hi,
I would like to Periodically insert a row into a table "table1" which has 2 columns- Col1 and Col2 - EVERY SECOND - with data as follows :
Row1 Row 2
1 - 11:08:30 (Current Time stamp )
2 - 11:08:31 (Current Time stamp)
3 - 11:08:32 (Current Time Stamp)
....... continues every second
like that every second ( 1st column - an incrementing number, 2nd column - current time stamp)
How can i do this ?
Thanks
Rako
I would like to Periodically insert a row into a table "table1" which has 2 columns- Col1 and Col2 - EVERY SECOND - with data as follows :
Row1 Row 2
1 - 11:08:30 (Current Time stamp )
2 - 11:08:31 (Current Time stamp)
3 - 11:08:32 (Current Time Stamp)
....... continues every second
like that every second ( 1st column - an incrementing number, 2nd column - current time stamp)
How can i do this ?
Thanks
Rako