Limit entries

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.
 
R

r0adh0g

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
 
Top