krutoigoga
Registered User.
- Local time
- Yesterday, 19:34
- Joined
- May 13, 2010
- Messages
- 34
Hello.
I've created a DAILY report to show data (text) entered into a table and I need help with it. I tried searching the forum and could not find any answers.
I want the text box in the report to get data from 3 queries which have a date() criteria.
P1 and P2 are queries of the original table.
I tried formulas like:
=[P1.SKU] & " " & [P1.Notes] & Chr(13) & Chr(10) & [P2.SKU] & " " & [P2.Notes]
=IIf(IsNull([P1.SKU] & " " & [P1.Notes])," ",[P2.SKU] & " " & [P2.Notes])
=IIf(IsNull([P1.SKU]) OR IsNull([P1.Notes])," ",[P2.SKU] & " " & [P2.Notes])
The report shows all data ONLY if all 3 tables have some data (text) entered.
If one of these table does have any data for the day (because the query is looking for date() today’s entry) then I get errors in the report.
In a different forum I was suggested to add relationships, which I did, however the relation ships did not help because if one of the tables has no data for the day, the other fails.
I am new with access and would appreciate any help/suggestions.
Thanks.
I've created a DAILY report to show data (text) entered into a table and I need help with it. I tried searching the forum and could not find any answers.
I want the text box in the report to get data from 3 queries which have a date() criteria.
P1 and P2 are queries of the original table.
I tried formulas like:
=[P1.SKU] & " " & [P1.Notes] & Chr(13) & Chr(10) & [P2.SKU] & " " & [P2.Notes]
=IIf(IsNull([P1.SKU] & " " & [P1.Notes])," ",[P2.SKU] & " " & [P2.Notes])
=IIf(IsNull([P1.SKU]) OR IsNull([P1.Notes])," ",[P2.SKU] & " " & [P2.Notes])
The report shows all data ONLY if all 3 tables have some data (text) entered.
If one of these table does have any data for the day (because the query is looking for date() today’s entry) then I get errors in the report.
In a different forum I was suggested to add relationships, which I did, however the relation ships did not help because if one of the tables has no data for the day, the other fails.
I am new with access and would appreciate any help/suggestions.
Thanks.