I have the following code in a subform which adds the date, user and a dividing line in a memo field:
Private Sub Command2_Click()
Me!Correspondence = Now() & "--" & CurrentUser() & vbCrLf &...
I have seven tables I need to query at once and display the results requested. Each of the seven tables lists the unique ID and 25yrs of data (ie. certification or state of project)
I need a subform within the main form (which lists basics like address and contact info) to query the seven...
I've had great difficulty getting my report to provide a breakdown of totals by three fields, and calculate the final field. I can get a total count no problem, but several dead-ends and now I need a push in the right direction:
I have this:
Type Quality Size
20 A...
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.