View Full Version : how to modify a v2 deigned database


smiler44
03-06-2010, 11:12 PM
I have a database that was I think designed in Version 2 so it is quite old.
Access 2003 and 2007 can not modify the design of the v2 database without converting it. Visual Basic does not seem to recorgnise the converted database even though it is an MDB file. If I remove the field in V2 and then put it back I seem to loose the data in this column.
I'm at a loss as to how to change the length of text allowed in a field without loosing the data.

Any ideas?

smiler44

RuralGuy
03-07-2010, 06:49 AM
It sounds like you do *not* want to convert this db to a later version, correct? I also take it you do not have Access v2.

smiler44
03-07-2010, 08:42 AM
Hi RuralGuy, your right on all counts. If I could sure visual basic V5 would recognise the later versions of access I'd convert the database but either it cant or I cant make it.

Can I downwload version 2 for free from anywhere?

smiler44

RuralGuy
03-07-2010, 08:47 AM
Can I downwload version 2 for free from anywhere?I doubt it. Can you create the table you need in the db with the size field you want and then append the previous table into it?

smiler44
03-07-2010, 09:09 AM
sorry, append the previous table into it?

agh may have cracked it.
1. rename the field.
2. add new field with original field name
3. delete the renamed field
smiler44

RuralGuy
03-07-2010, 09:33 AM
Glad you were able to resolve your issue.