hello!
I have a button on a form, which when clicked, opens another form. The code for my button is:
Private Sub cmdOpenDispo_Click()
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "frmDispoForm"
stLinkCriteria = "CaseID=" & Me.txtCaseID...
Hello good people. Could someone kindly tell me if I can have a textbox with a sum of other textboxes in it, and NOT have my sum in the footer of the report? I have a textbox with the following control source, and it always is empty?
=Nz([txtTime1]+[txtTime2])
Both txtTime1 and txtTime2 have...
Hello. I ave a form on which I must check if the user has changed anything on both the form and the subform. my nested if statement is wrong, I can tell, because it doesn't work at all. Before I added the two blue lines, it was fine if changes were on the form, but didn't check the subform...
Hello. I am having trouble getting my code to add a new record to a subform. Here is the situation. I have a main form frmAddNewCase, which has a subform on it subfrmCaseWitnesses.
When the user clicks the button they first see a msgbox asking them if they want to search for a name first...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.