Hi
I am updateing a access table with copying down a field as below:
Table1:
field1 fiedl2
aaa 12
21
52
def 20
36
and so on.
The data above is brought from multivalued database (UniData). I am updating the blank values field1 with the one above. My update routine is using a recordset and using update method. The routine runs OK. but the size of the database goes to 600mb. If I compact and repair it then it comes back to normal size of 26 mb.
Cannot figure out why it grows so much.
Any suggestions?
Thanks
I am updateing a access table with copying down a field as below:
Table1:
field1 fiedl2
aaa 12
21
52
def 20
36
and so on.
The data above is brought from multivalued database (UniData). I am updating the blank values field1 with the one above. My update routine is using a recordset and using update method. The routine runs OK. but the size of the database goes to 600mb. If I compact and repair it then it comes back to normal size of 26 mb.
Cannot figure out why it grows so much.
Any suggestions?
Thanks