eric.l.bohon
Board Regular
- Joined
- May 8, 2006
- Messages
- 149
Good Morning to all,
Need help on a expression in a query.
I need to be able to get in a query if one field from a query is blank and the filed from a table is filled in then it shows the one that is filled.
here is the expression that I am using:
sum(IIf([qryTravel].[field] is null,([tblMonth].[field])))
the tblmonth has all the months in it with 0.00 dollars in it. when i have that query open it shows all the months with the data in it. but when i go in and put someones travel in then the data disappears.
Any help
Need help on a expression in a query.
I need to be able to get in a query if one field from a query is blank and the filed from a table is filled in then it shows the one that is filled.
here is the expression that I am using:
sum(IIf([qryTravel].[field] is null,([tblMonth].[field])))
the tblmonth has all the months in it with 0.00 dollars in it. when i have that query open it shows all the months with the data in it. but when i go in and put someones travel in then the data disappears.
Any help