V
vandersen70
Hi all,
Admittedly, I have not programmed anything in years and Access 2007
seems to have some differences, but I am embarrased to say I can
figure out how to create a multi-field expression in a query that will
provide the following results in a report:
Here is what I want to achieve:
Reorder Alert: If the Physical Inventory is equal to or less than the
Reorder Point then show the Reorder Amount in the report.
This is what I did based on what I read, but it doesn't work. What am
I doing wrong?
ReorderAlert: IIf ([PhysInventory] = or < [ReorderPoint]),
[ReorderAmount]
Thanks!
Admittedly, I have not programmed anything in years and Access 2007
seems to have some differences, but I am embarrased to say I can
figure out how to create a multi-field expression in a query that will
provide the following results in a report:
Here is what I want to achieve:
Reorder Alert: If the Physical Inventory is equal to or less than the
Reorder Point then show the Reorder Amount in the report.
This is what I did based on what I read, but it doesn't work. What am
I doing wrong?
ReorderAlert: IIf ([PhysInventory] = or < [ReorderPoint]),
[ReorderAmount]
Thanks!