N
Nocturnal
I want to have a drop down box that has a set of things such as items in
inventory. If I select an item, say for instance, I select Hard drive, I
then want another field populated with the price the hard drive currently is
set at. Would I achieve this through AfterUpdate? I'm not even sure how to
use VBA, I'm a novice but I'm trying to create a commission database for
myself. Commission as in sales commission. I can sell several items, each
item is worth x (constant). I get paid a percentage of x. The percentage
is also a constant. I would like to be able to I guess have a form that
let's me enter:
CustomerName
Invoice#
Service
Then have the service be a combo box which has several items. If I
select one item, I would like to have another field populated with the price
of said service/item.
Commission I will receive
I'm guessing I would actually use a report in order to see how much
commission I would be getting.
Any ideas? Thanks!
inventory. If I select an item, say for instance, I select Hard drive, I
then want another field populated with the price the hard drive currently is
set at. Would I achieve this through AfterUpdate? I'm not even sure how to
use VBA, I'm a novice but I'm trying to create a commission database for
myself. Commission as in sales commission. I can sell several items, each
item is worth x (constant). I get paid a percentage of x. The percentage
is also a constant. I would like to be able to I guess have a form that
let's me enter:
CustomerName
Invoice#
Service
Then have the service be a combo box which has several items. If I
select one item, I would like to have another field populated with the price
of said service/item.
Commission I will receive
I'm guessing I would actually use a report in order to see how much
commission I would be getting.
Any ideas? Thanks!