W2K Pro spk 4
CR Pro v10
SQL 2K Database
Need help with displaying specific records (multiple) within the database. The information in question is located in two fields (tblJournal.JournalAction) and (tblJournal.Note).
Need the report to display tblJournal.Note if JournalAction meets specific criteria. For example:
If Journal.JournalAction = W9 then display the information for this Note.
and/or
If Journal.JournalAction = Company Info then display the information for this Note.
Example Interface View:
NOTE: ACTION: WRITTEN BY:
On File Company Info Yvette
33-09 W9 Yvette
06/05/06 Gen Liability Martha
Want the report to display like so:
Company Info W9
On File 33-09
Does this make any sense???
CR Pro v10
SQL 2K Database
Need help with displaying specific records (multiple) within the database. The information in question is located in two fields (tblJournal.JournalAction) and (tblJournal.Note).
Need the report to display tblJournal.Note if JournalAction meets specific criteria. For example:
If Journal.JournalAction = W9 then display the information for this Note.
and/or
If Journal.JournalAction = Company Info then display the information for this Note.
Example Interface View:
NOTE: ACTION: WRITTEN BY:
On File Company Info Yvette
33-09 W9 Yvette
06/05/06 Gen Liability Martha
Want the report to display like so:
Company Info W9
On File 33-09
Does this make any sense???