I have records in a table in the format below <br>
<br>
Field1,Field2,Datefield.<br>
<br>
blank, blank,04/03/2000<br>
value, value, blank<br>
value, value, blank<br>
....., ....., .....<br>
....., ....., .....<br>
blank, blank,05/03/2000<br>
value, value, blank<br>
value, value, blank<br>
....., ....., .....<br>
....., ....., .....<br>
<br>
These records are imported from a text file. The records comming after a date field are the records belonging to that date. ie records after 04/03/2000 are the records belonging to that date.<br>
<br>
I want to update the datefield of each record to the corresponding date. ie datefield of records comming after 04/03/2000 should be updated to 04/03/2000. Datefield of records comming after 05/03/2000 should be updated to 05/03/2000. How to accomplish this? Any help or suggestions will be highly appreciated. Thanks in advance.<br>
Regards,<br>
Charley
<br>
Field1,Field2,Datefield.<br>
<br>
blank, blank,04/03/2000<br>
value, value, blank<br>
value, value, blank<br>
....., ....., .....<br>
....., ....., .....<br>
blank, blank,05/03/2000<br>
value, value, blank<br>
value, value, blank<br>
....., ....., .....<br>
....., ....., .....<br>
<br>
These records are imported from a text file. The records comming after a date field are the records belonging to that date. ie records after 04/03/2000 are the records belonging to that date.<br>
<br>
I want to update the datefield of each record to the corresponding date. ie datefield of records comming after 04/03/2000 should be updated to 04/03/2000. Datefield of records comming after 05/03/2000 should be updated to 05/03/2000. How to accomplish this? Any help or suggestions will be highly appreciated. Thanks in advance.<br>
Regards,<br>
Charley