changes to inventry control template

D

daveyboy300

hi all can someone please help,

i am using the above template. I have created a unit cost field in the
products table i just need to know how i can get access to automaticlly enter
this cost into the inventry transactions table when i select the product
required.

iam am sure it is quite simple to do but just can't see how i do it

ie: the product has a standard cost and wont change

many thanks in advanced

Dave
 
M

Mike Painter

daveyboy300 said:
hi all can someone please help,

i am using the above template. I have created a unit cost field in
the products table i just need to know how i can get access to
automaticlly enter this cost into the inventry transactions table
when i select the product required.

iam am sure it is quite simple to do but just can't see how i do it

ie: the product has a standard cost and wont change

many thanks in advanced

I assume you know storing values like this is rarely a good idea?
It can be justified here if your prices change frequently.


Once done you will have to modify *all* queries, reports and other forms to
reflect this action.

It can be done in several ways but probably the easist is to make sure the
form is based on a query relating the inventory items with the products
tables

Me!ProductsCostField = Me!InventoryCostField in the after update event will
work.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top