My text data isn't showing in query - how do I fix this?

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

Guest

Help! I can view the text data both in a form and table, but the information
doesn't show when I run a query including that field. How do I fix this?
 
Please bear with me... I know how to get to the SQL view, but have never
used it. By copy and post you mean...? (my apologies for being so dense!)
I really appreciate your help :)
 
Highlight the SQL and then press CNTRL-C or click on the copy icon.

Open a post and paste by using the paste icon or CNTRL-V to paste.
 
This is what I did (in the SQL query view):

SELECT area_of_care, product_area, publication, jan_focus, jan_other_topics
FROM tbl_editorial_calendar;


I still was unable to view the data for the "jan_focus, jan_other_topics"
fields.

What am I doing wrong?

Thanks!
 
Never mind... I figured out where I was messing up (and I feel soooo
retarded!)

THANK YOU for taking the time to reply to all my postings :)!!
 
Back
Top