G
Guest
I often wish that people would share how their database will be applied, so
here you go: I built a database to track e-bay items I've sold. There are
two tables, first one has primary key ebay item number with the details and
calculated listing fees to be input on a form. This form has sub-form for
data entry into second table which tracks items sold (could be several for
the same item number). I'd like, on the main form to keep a running total of
all the "Sold Price" 's in the Sold Items table that are related to the item
number currently being viewed in the main form. I'm very close with all the
other attributes of this database...could you please point me in the right
direction?
here you go: I built a database to track e-bay items I've sold. There are
two tables, first one has primary key ebay item number with the details and
calculated listing fees to be input on a form. This form has sub-form for
data entry into second table which tracks items sold (could be several for
the same item number). I'd like, on the main form to keep a running total of
all the "Sold Price" 's in the Sold Items table that are related to the item
number currently being viewed in the main form. I'm very close with all the
other attributes of this database...could you please point me in the right
direction?