Hi guys,
I am adding a small feature in a program that uses access 97 db.
The change is to add a one single field in a table A.
There is one query which selects certain fields from that table. Now I need to add the field in that query too.
I have added the field using DDL SQL statment from query builder screen. But now I need to add the same field in query too...
So what can I do now to make the change in the field list of that query?
Note:
- If i convert the 97 db to 2007 or other version I would have to change the code as well as the reporting tool also. So for small minor change I would like to leave it in same old format.
- Any tool available for conversion back to 97 from 2007 would also be acceptable.