Good day,
I am getting an error message with one of my forms when I open it from Design view, and I cannot figure out why. All I was able to figure out is it only happens when I have the following code: (form is frmLoanEdit)
Private Sub Form_Load()
End Sub
If someone is available to help me with a few pieces of code I seem unable to figure out. (frmLoanEdit)
the idea is simple enough, when you use frmLoanSearch and search an asset (say C3333), frmLoanEdit opens on that loan record. Can you assist with the following?
-Display the asset number and asset details
-OtherEquipmentLoanSubform: not sure how to build this, the idea is all the items are listed, and when a client borrows a piece of equipment, you put a check for yes or no.
-When ExtendedReturnDate field is changed it automatically enables Extended. Also calculates to ensure the difference between initial loandate and entered date is no more than 20 days
-When callback done button is pressed it adds todays date and the name of the currentuser
Thanks
Marc