Any idea on how to Add dates based on the number inside the data tables?
for example I set the limit of Days of books for borrwing it
then i set the amount of fine that will generate if the the borrowed books is not returned
IE:
DateNow * Value of Set Days(tblSettings "Dayskept")
DateReturned + Value of Set Fines(tblSettings "SetFines")
I really have no idea how to use the data inside in the DataGridView
for adding it or multiply.