Limit entries

  • Thread starter Thread starter Deborah
  • Start date Start date
D

Deborah

Trying to find out how to limit the number of entries to
an asp form that populates an Access db. Can I do it from
the db side.
 
You can have an if then statement on your asp page that checks the number of
entries
in the table. If it is at it's max or greater, then redirect to a page
stating just that?

rh
 
Back
Top