SQL generator for table

K

khalprin

Can Access generate the sql statements for table and index creation from
existing tables (like the SQL Server query generator)? If not, are there any
tools to do it?

Thanks,
Ken
 
D

Douglas J. Steele

No, Access doesn't have that built into it.

Yes, there are 3rd party tools that can do it, but unfortunately I don't
have a list of them. I think CompareLib, from KlikSoft, can do it. Simply
compare the database to an empty one.
 
J

John Spencer

No, Access cannot.

I am not aware of any software that will do it. But there is probably something
out there somewhere that will do so.
 
Top