Memo Field

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

Guest

I am using Access 97. in my database. I have a field called Reason Code
which is a combo text field. I need to do a count on this field which I have
already done, by adding a totals field and using count to count the numbe of
fields. which works. But I need to add two more fields to this query which
are in memo type. So it will not let me run the query with this fields being
in memo. I need to use this query to run a report.with all the fields in is
their any way I can do this.
 
Thanks for that it has worked

KARL DEWEY said:
Try using Left([YourMemoField], 250) instead of the field.

horseman said:
I am using Access 97. in my database. I have a field called Reason Code
which is a combo text field. I need to do a count on this field which I have
already done, by adding a totals field and using count to count the numbe of
fields. which works. But I need to add two more fields to this query which
are in memo type. So it will not let me run the query with this fields being
in memo. I need to use this query to run a report.with all the fields in is
their any way I can do this.
 

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