Table on a Form

  • Thread starter Thread starter margaret hannah
  • Start date Start date
M

margaret hannah

I have a table that lists discounts and amounts. Then I
have a table that will list the discounts with the # of
discounts used and the seller who received the discounts.
What I would like ... each ticket seller at the end of the
day must have have all discounts in system. Is there
anyway on the form to list all discounts and then we would
enter either a 0 or a number of discounts sold.
 
hi,
the quickest and easiest way would be
docmd.opentable "tablename", accNormal
the total number of records(discounts) would be at the
bottom.
 
Back
Top