MangoFruit
Registered User.
- Local time
- Today, 13:18
- Joined
- Feb 6, 2014
- Messages
- 19
Hi all,
I have an inventory database with a few tables:
1 with product info
1 with customer info
1 with incoming stock
1 with outgoing stock (orders)
I also have 3 query's:
Total incoming stock per product
Total outgoing stock per product
Total current stock per product (based on the 2 above queries)
I'm trying to make a form through which orders can be placed, and I want to limit the amount that can be ordered based on how much stock there is.
I've been told I can use the 'before update' event on the form to achieve this, but to be honest I have no idea where to start. Do I use a Macro, an Expression, or do I need code?
Also, currently the record source for this form is the outgoing stock table, but I guess I'll need to add my 'current stock' query to the sources before this can work? And maybe even my other 2 queries because my 'stock' query is based on the other 2? But I can't really seem to get that to work either. Can someone point me in the right direction please?
Thanks!
I have an inventory database with a few tables:
1 with product info
1 with customer info
1 with incoming stock
1 with outgoing stock (orders)
I also have 3 query's:
Total incoming stock per product
Total outgoing stock per product
Total current stock per product (based on the 2 above queries)
I'm trying to make a form through which orders can be placed, and I want to limit the amount that can be ordered based on how much stock there is.
I've been told I can use the 'before update' event on the form to achieve this, but to be honest I have no idea where to start. Do I use a Macro, an Expression, or do I need code?
Also, currently the record source for this form is the outgoing stock table, but I guess I'll need to add my 'current stock' query to the sources before this can work? And maybe even my other 2 queries because my 'stock' query is based on the other 2? But I can't really seem to get that to work either. Can someone point me in the right direction please?
Thanks!