Hello,
I am creating my project now and I am using Dreamweaver CS3 ASP VBScript and Access 2007.
Can you teach me how to restrict the database to add only three records on the table;
say, a student has a MemberNo and he can only use his MemberNo to borrow books three times;
And if the data is already inserted three times, a message will popup or appear saying,
"You have reached the limit of borrowing books"
I wonder where should I do that? In Access or Dreamweaver?