some questions about sub querys.

PatrickB

Registered User.
Local time
Today, 13:33
Joined
Jul 20, 2004
Messages
10
I need help with something i want to accomplish in a report.

I have a main table that all the info is based on.

I need to write a huge if statement because i don't have time to normalize the data.

The if statement is going to a create a record in a temp table if the field is not null. Then i want the report to display the temp table. it needs to do this per record. so i think it should first query the main record do a sub query print then delete the temp table.

I am new to access report builder, however I have experience with oracle forms and reports.

-Thanks.
 

Users who are viewing this thread

Back
Top Bottom