how can make a code for library system in visual basic?
library system
Collapse
X
-
Originally posted by lovemadhuhow can make a code for library system in visual basic?Comment
-
Originally posted by debasisdasKindly post what you have done(designing, coding etc) so far.
i have done already.
but some prob occured in that means in the Transaction table : book Issue table & bookReturn.
what is the code for thisComment
-
Hi,
There is no particular "Set of Codes" for issue and return of books.
Everything depends on many factors like what kind of validation you want and what are the important parameters.
First create a BookMaster table, and then write codes to Add/Edit/Delete from this table, and then start coding for Transactions / Issues / Returns.
Regards
VeenaLast edited by Killer42; Jan 7 '08, 01:08 AM.Comment
Comment