0% found this document useful (0 votes)
62 views6 pages

Table Design

The document describes the design of tables and forms for a library management system. It includes tables to store data on books, users, book issues/returns, and a main form with menu options to access forms for adding/viewing books, users, and issuing/returning books. The book, user, and issue/return forms allow entering and viewing related data fields and have buttons to manage the data.

Uploaded by

Dinesh Babu
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views6 pages

Table Design

The document describes the design of tables and forms for a library management system. It includes tables to store data on books, users, book issues/returns, and a main form with menu options to access forms for adding/viewing books, users, and issuing/returning books. The book, user, and issue/return forms allow entering and viewing related data fields and have buttons to manage the data.

Uploaded by

Dinesh Babu
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 6

TABLE DESIGN Account : Table

S.No. 1 2 3 4

Field Name Accno Total_limit Books_left Status

Data Type Number Number Text Text

Issue : Table

S.No. 1 2 3 4 5 User : Table

Field Name Bno Id Issue_date Due_date Copies_available

Data Type Number Number Date/time Date/time Number

S.No. 1 2 3 4 Book : Table

Field Name Id Roll_no Name Branch

Data Type Number Number Text Text

S.No. Field Name Data Type

1 2 3 4 5 6 7 8 9

B_no ISBN Subject Name Author Publisher Editor Copies Cost

Number Number Text Text Text Text Number Number Number

Issue_return : Table

S.No. 1 2 3 4 5 6 7

Field Name B_no Id Issue_date Due_date Return_date Fine Copies_available

Data Type Number Number Date/Time Date/Time Date/time Number Number

PROJECT DETAILS
This is MDIForm designed for selection of the different Menus. Following menu options have been provided in this Home Form:-

1. 2. 3. 4.

Books Entry User Entry Issue of Books a) Issue of Books b) Return of the Books Exit

By clicking the Book Entry Menu of the MDI form this form can be displayed for the entry of new books in the library. Following Text Boxes have been provided for the entry of the books related information:-

1. 2. 3. 4. 5. 6. 7. 8. 9.

Book no. ISBN No. Subject Name of the Book Author Publisher Edition Copies Cost

In addition to above different Update, Delete, Add, Search, Refresh and Exit command buttons have been provided in the form.

By clicking the second menu User Entry this form can be obtained for the entry of the new user coming to the library as user account. The following provisions have been provided in this form:-

1. 2. 3. 4.

Student Id Roll No. Name of the Student Branch

In addition to above different Update, Delete, Add, Search, Refresh and Exit command buttons have been provided in the form.

This form can be obtained by clicking the Issues of Books under the third menu Issues of Books for issuing a particular book available in the library along with the issue and due date. The following text boxes have been provided for entry of Issuance of the Book.

1. 2. 3. 4. 5.

Book No. Student ID Current No. of Copies Available Issue Date Due Date

In addition to above different Update, Delete, Add, Search, Refresh and Exit command buttons have been provided in the form.

This form can be obtained by clicking the Books Return under the third menu Issues of Books for returning a particular book issued to user from the library along with the issue , due date and return date with fine if any. The following text boxes have been provided for entry of return of the Books.

6. 7. 8. 9. 10. 11. 12.

Book No. Student ID Current No. of Copies Available Issue Date Due Date Return Date Fine, if any

In addition to above different Update, Delete, Add, Search, Refresh and Exit command buttons have been provided in the form.

You might also like