query1

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

sometimes when i run a query based on a query, i'll get an error that says it
is looking for 'query1'.fieldname1 where fieldname1 is whatever fieldname i
happen to be using in my query and 'query1' is query1. the only problem is
there is no query in the database with the name query1, nor is 'query1'
referenced anywhere in the sql statement for the query i am running.

has anyone seen anything like this? anyone have any idea what is going on?

thanks,
lou
 
Post the SQL of your query. Is it possible you have a lookup field in the
underlying table?
 
Eh, I may have found it. I was performing an Int() in one of my fields, and
that kept the source fieldname but removed the source query name. I put the
full path back in(query_name.field_name) and that worked.

Thanks,
Lou
 

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

Back
Top