Investment Database

G

Guest

Hi,
I am trying to build a database that will serve as an inventory dbase for
Investments. The main events taking place will be buys and sells of the
securities. The part i am having trouble with are the Tax Lots. Since the
FIFO (first in First out) Method of inventory will be used, how would I link
the buys to add a new Tax lot, and for the sales to pull from the first
available Lot and then proceed to the next?

Thanks in advance for your help.
 
G

Guest

You might consider storing the Tax Lot as a field of the new inventory and
store a date the product was entered into the inventory. Your process will
then look at the product selected and choose the oldest available date first
until the quantity is exhausted.

Just a thought - an excellent book which thoroughly discusses your issue is
Building Microsoft Access Applications by John Viescas by Microsoft Press.

Seth Schwarm
 
G

Guest

THanks.

Seth Schwarm said:
You might consider storing the Tax Lot as a field of the new inventory and
store a date the product was entered into the inventory. Your process will
then look at the product selected and choose the oldest available date first
until the quantity is exhausted.

Just a thought - an excellent book which thoroughly discusses your issue is
Building Microsoft Access Applications by John Viescas by Microsoft Press.

Seth Schwarm
 

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

Similar Threads

Database design 7
Art Gallery Database 6
FIFO inventory 3
Table Design Help 1
Inventory database 2
Attempting an inventory management database 7
Math equations and subdatbases. 2
Form Filter 2

Top