Quote:
Originally Posted by oldnickj
I should add that if the have ten record then I would let them delete one if they wanted to add another.
|
by un-hiding the delete form?
the mere fact that you are implementing some logic (hiding) in the application code suggests that you could easily handle the 10-row limit there as well
just do a SELECT COUNT(*) before deciding whether to hide or show the insert form