Sorting Problem

  • Thread starter Thread starter Jerry M. Gartner
  • Start date Start date
J

Jerry M. Gartner

Greetings;

I have a table with fields A, B, and C. If field C in record 7 = field A in
record
1 or field C in record 7 is like field A in record 1, I would like the
records to be displayed next to each other in the output/report. If no
match, just display sorted by field A. Any advice as to how to go about
this would be most appreciated. Thanks in advance.
 
Hi Jerry,
well, the only solution I see so far - is to build a temporary table, and
then fill it with values from A, B and C in code by opening recordset, going
through it and saving value in appropriate record of temporary table

perhaps anybody else has better solution
 

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

Similar Threads

Query design 0
Access Dcount (multiple criteria) 3
Sorting Problem 2
N-th record in a table/Query 4
print report automatically 2
Access Automatically Send a notification email once a record is added 0
OrderBy toggle issue. 1
SQL Statement 5

Back
Top