Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MS Query calculation limitations

Status
Not open for further replies.

JustATheory

IS-IT--Management
Feb 27, 2003
115
US
I'm using MS Query to calculate fields from one worksheet in a workbook to another. It works fine until I get around 15 fields summing into 3 fields in the results. Then it bombs, and gives me odd field names, is there memory issues or limitations that are known and should be taken into account? Any documentation you could point me to?

Thanks,
Andy
 




An example would help.

SQL, source data, current results.

Skip,

[glasses]Did you hear what happened when the OO programmer lost his library?...
He's now living in OBJECT poverty![tongue]
 
no known issues that I am aware of. As per Skip - code / SQL / source data example would be helpful

Rgds, Geoff

We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.

Please read FAQ222-2244 before you ask a question
 
I worked it out, it seems that one column I was adding in, title had to many charcters, I removed all spaces and abreviated and it worked out.

Thanks for responding, I usually include an example, but this was an odd one.

Thanks,
Andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top