Hello! I really need your help!
Ideally, the code should open specific directory (folder).
Loop while opening all the Excel workbooks inside the folder.
Copy “sheet1” from each workbook and paste it onto my active work. The worksheet should be copied using PasteSpecial...
I realized that My formula should read as:
Average (between the difference Column A - Column)on each group. On column A, I need the minimum for each room number, each room number has two datetimes only on column A.
Thanks again!
Hello, I am an active Tek-tip site user requesting help. This time around, I am trying to meet a deadline( I have researched for hours). I am willing to send you a e-card in the amount $40 from Amazon.com, if I star your post. I will be very very grateful!!!!!
On Crystal reports:
GROUP 4...
I just tried the code below and these are the results:
- The code hides Group Header 2 when the count is less than 1 (great)
- Group Header 2 is not repeating on the next section. :(
Private Sub GroupHeader2_Format(Cancel As Integer, FormatCount As Integer)
If (Me.TxtNumEnc < 1) Then...
Following your advice, I commented the code and the Group Header is performing as expected (Repeat on each page)
Do you have an idea how to create a event condition on VBA?
If condition_1 Then
result_1
ElseIf condition_2 Then
result_2
I am not sure if this is correct:
If (Me.TxtNumEnc...
This is the code hiding the group header if specific field is blank.
Private Sub GroupHeader2_Format(Cancel As Integer, FormatCount As Integer)
Cancel = (Me.TxtNumEnc < 1)
When the cell is not blank; then, I am expecting this group header to be displayed and carry forward to the next page if...
Yes; the code hidden you suggested on a previous post to conditionally hides the group if blank. (it works great hiding the section)
Private Sub GroupHeader2_Format(Cancel As Integer, FormatCount As Integer)
Cancel = (Me.TxtNumEnc < 1)
End Sub
Hi Duane! Thanks for your suggestion. Filtering the query is not an option. There are other fields on those specific record that need to be displayed on other sections (groups)of the report.
On MS Access 2007, I am attempting to hide Group Header 2 if detail is blank.
Also, it would work if I could hide the group based on specific text field being Null
Thanks!!!!
On MS Access 2007 Report, I am attempting to hide Group Header 2 if the detail is blank for that specific group.
Your help will be greatly appreciated, I am working against a deadline.
Thank You!
Hello,
I have field or manufacturing weight in decimals, and I need to convert to pounds and ounces.
in this format: 10 lbs and 5 oz.
This is a two step process:
a)convert decimal to pounds
b)format format: "10 lbs. and 5 oz."
Any help will be greatly appreciated!!!
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.