B
Bryan
I have an interesting scenario in that the folks in Receiving make the first
entries as to a returned product. They enter an RMA number which could be
for one product or twenty five. They do this to help our tracking from when
a product actually enters the building. When they enter the RMA, the RXDate
auto fills along with their username. When they are finished entering, they
close their frontend. Later, the individual who works with returns, logs the
return, using a dropdown of the RMA's previously entered and completes the
rest of the info. I used a query to pull the RMA numbers, because our system
is based on a "Q" number, representing each individual product, which
autonumbers. This way several "Q" numbers could have the same RMA. The
problem I am facing is how to use a Checkbox or any other suggestions anyone
may have to mark an RMA as finished. When I've entered, say, all nine items
covered by the RMA, I don't want that number to remain on the dropdown. I am
using a table called RxEntry, with the following fields: RMANumber, RxDate,
ReceivedBy and RMAFinished (Checkbox). The Query is CboRMANumber with the
following fields: RMA Number, RxDate and RMAFinished with its criteria as
"No". Does any of this make sense??? Any ideas? Thanks!
entries as to a returned product. They enter an RMA number which could be
for one product or twenty five. They do this to help our tracking from when
a product actually enters the building. When they enter the RMA, the RXDate
auto fills along with their username. When they are finished entering, they
close their frontend. Later, the individual who works with returns, logs the
return, using a dropdown of the RMA's previously entered and completes the
rest of the info. I used a query to pull the RMA numbers, because our system
is based on a "Q" number, representing each individual product, which
autonumbers. This way several "Q" numbers could have the same RMA. The
problem I am facing is how to use a Checkbox or any other suggestions anyone
may have to mark an RMA as finished. When I've entered, say, all nine items
covered by the RMA, I don't want that number to remain on the dropdown. I am
using a table called RxEntry, with the following fields: RMANumber, RxDate,
ReceivedBy and RMAFinished (Checkbox). The Query is CboRMANumber with the
following fields: RMA Number, RxDate and RMAFinished with its criteria as
"No". Does any of this make sense??? Any ideas? Thanks!