I am trying to clean up some data that a client gave us. Right now the Building and Room # are in the same field and I want to split them apart. The Room number always beigns after the first 4 characters. I was trying to write a module to do this automatically. When I run the module I get a...
One thing you can do so it does not return the duploicate ones is:
put a text box call txtCount in the detail section and set the control source of it to =1 and set the running sum property to Over Group and visible to false.
Then in the on format event of the detail section add
Private Sub...
So, I have to use a selection sort to sort an array of Strings even though I know this is not the most efficent way and am getting messed up in my coding. The array is coming from a separate class called Bank Account and this is what I have so far: I know how to sort 2 integers, but am totally...
How can I not show a label, except for the first record, in the detail section of a report. The reason I do not move it to lets say the Employee HEader is because management wants the report like this
Employee 1
2
3
4
And not like this
EMployee
1...
Hey, I'm a newbie to java and am getting a syntax error on my passing of the array in the main method. It does not like that I am passing Num3, Num4. Since its an array do I have to pass it a certain way? Any insight would be helpful, Thanks in advance!
Here is the coding I have in the...
I tired
Open Event of rptCertification
me.Report.rptCertification!rptProjectSub.Filter = strFilter
me.Report.rptCertification!rptProjectSub.FilterOn = True
and also
Open Event of rptSubProject
me.Report.rptProjectSub.Filter = strFilter
me.Report.rptProjectSub.FilterOn = True
and I get a...
Could the problem be that the link between the main report and the sub report is the employee and not the certification. There is a employeecertification table and that is where the sub report is pulling from and the main report is pulling from the employee table. Dont knwo if that could cause...
I tried me.rptCertification.OpenArgs (typed in the filter property of the sub report) and all that happened was it came up with a parameter box asking for me.rptCertification.OpenArgs. Does it go in the filter property of the sub report?
I have a form where you select multi-certifications of an employee and then run a report to show what they have passed through the use of OpenArgs. That works fine when but the problem I am having is passing the OpenArgs to filter a sub report within the main report. The main report is set up...
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.