SQL field limit

I

imAGine

I have imported a querry from Microsoft Querry that extracts data from a SQL Table. The SQL table has more fields than can be viewed using Access. Is there a way to right a querry that will extract information from the tables fields that cannot be seen? I tried using the SQL function of the Microsoft Access Querry with no success
 
J

John Vinson

I have imported a querry from Microsoft Querry that extracts data from a SQL Table. The SQL table has more fields than can be viewed using Access. Is there a way to right a querry that will extract information from the tables fields that cannot be seen? I tried using the SQL function of the Microsoft Access Querry with no success.

If you're working with a "data warehouse" table with more than 255
fields, the only option I can think of is to create two or more SQL
Views displaying subsets of the fields.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top