G
Guest
Rather than second guess a solution perhaps I should explain my problem. I have inherited a database that has been rather lazily set up. There are memo fields where a text field would have sufficed, 255 char text fields when 40 chars would have done.
It is not a problem really when on the desktop and the db's sitting on a server but I now also want to transfer it to a iPaq PPC. I would like to have some way I can write from the existing table to a new table which has more sensible data types (which I can then transfer to my PPC).
Can this be done so that I can periodically refresh the copy of the "master" table? (A "make table" query doesn't appear to have any control of the data types for instance).
TIA
It is not a problem really when on the desktop and the db's sitting on a server but I now also want to transfer it to a iPaq PPC. I would like to have some way I can write from the existing table to a new table which has more sensible data types (which I can then transfer to my PPC).
Can this be done so that I can periodically refresh the copy of the "master" table? (A "make table" query doesn't appear to have any control of the data types for instance).
TIA