I have a table with the following fields:
PAYCODE (D=Discount N=Net P=Promoted
PAYDATE
PRICEDISCOUNT
PRICENET
PRICEPROMOTED
I have a query made that allows me to choose a PAYDATE range. My ultimate goal is to create a fixed field text file that will ONLY show the proper price, based on the PAYCODE that is entered. It does not even have to be printed out, since this information will be fed into ANOTHER database afterwards, so working it all within the query is fine as well.
I'm thinking that if I create a REPORT, I can put in an expression that will determine which price to display. I'm in a time crunch, however, and am not familiar with Access to figure this out quickly. Any help would be GREATLY appreciated. Thanks
PAYCODE (D=Discount N=Net P=Promoted
PAYDATE
PRICEDISCOUNT
PRICENET
PRICEPROMOTED
I have a query made that allows me to choose a PAYDATE range. My ultimate goal is to create a fixed field text file that will ONLY show the proper price, based on the PAYCODE that is entered. It does not even have to be printed out, since this information will be fed into ANOTHER database afterwards, so working it all within the query is fine as well.
I'm thinking that if I create a REPORT, I can put in an expression that will determine which price to display. I'm in a time crunch, however, and am not familiar with Access to figure this out quickly. Any help would be GREATLY appreciated. Thanks