Ramnik
Registered User.
- Local time
- Today, 15:51
- Joined
- Jul 12, 2012
- Messages
- 145
Hello everyone,
in access 2007
I have a stock query which have fields as :
productid | quantity
group by | sum
abc | 1200
def | 1300
dfg | 1000
now i have another table like issue detail :
date | product id | quantity
1-1-2000 | abc | 1100
1-1-2000 | def | 1400
now how to validate the second product i.e. def as the quantity is more than available ?????????? it should be as issue.quantity < available.quantity
in access 2007
I have a stock query which have fields as :
productid | quantity
group by | sum
abc | 1200
def | 1300
dfg | 1000
now i have another table like issue detail :
date | product id | quantity
1-1-2000 | abc | 1100
1-1-2000 | def | 1400
now how to validate the second product i.e. def as the quantity is more than available ?????????? it should be as issue.quantity < available.quantity