Hi all
Got a perplexing problem which I'm sure some of you can shed some light on
Developing a piece of code to open and run reports and had got part way throught when i decided to test it...the code so far:
Sub RunReport()
Dim buso As busobj.Application
Dim DP As busobj.DataProvider
Dim...
Hi,
Went on their Universe Designer course a few years ago and found it very good. They teach from the offical guide but they apply good working examples
They would get my vote
Do you want seperate PDF files or one single one split out?
If its the former, you need some code to filter on your criteria and save the snapshot.
If its the latter, just set up some seperate tabs...based with filters or sorts... then when you save the pdf file it will be seperated out...
I think what you need here is an alias table. If you want to access the same table twice - then you rename it as another name.
If you are doing this in the query grid, then add the table colors to the query twice - linking them to the relevant fields on person .
Let me know if you are...
...last!!!
Its a bit bizzare...but it now works... thanks to both bill and centurion for all their help!!
strMonthSQL = "SELECT tblSettledAudit.* INTO tblSettledReporter " & _
"FROM tblSettledAudit LEFT JOIN tblAuditList " & _
"ON...
...As Workspace
Dim dbs As Database
Dim strMonthSQL As String
Set wks = Workspaces(0)
Set dbs = CurrentDb
strMonthSQL = "SELECT tblSettledAudit.*, * INTO tblSettledReporter "
strMonthSQL = strMonthSQL + "FROM tblSettledAudit LEFT JOIN tblAuditList "
strMonthSQL =...
Had some use of this tool on Excel97. In my experience, i thas been very good. An exsisting form with cica.50 fields has been converted into a good data entry form. I had problems with different types of filed type - so i used the wizard to import as txt and then exported to another table with...
Hi all,
I have asked this question on the office forum but been told you guys might be able to help
I have an excel form that has various calculations and subsequent percentage formats that I would like to export to a table in an Access Db. Using the template wizard seemed the best way - BUT...
Hi all,
I have an excel form that has various calculations and subsequent percentage formats that I would like to export to a table in an Access Db. Using the template wizard seemed the best way - BUT it imports all the fields as text...is there a way around this.....
or do i need to do...
Thanks again Steve - bear with me - I will try and be clearer.
What I really need is a new dimension that I can incorporate from/with the old one. I thought of using a CASE statement - but this is not supported in oracle version 8.
but in any situation, I will get an error as a flow sent in...
Thanks Steve for the response - I have tried the 'where' statement and it works fine. But I would really like a new variable, so I can report out like:
5 Wds 12
Less than 15Wds 36
null 05
Total 43
hope this clarifies my situation
Hi all
Probably a simple solution - but I can't see it!
Have a variable (Universe level) that has three categories (5Wds, 5-15Wds and Failure) - using two dataproviders, I have a report with numbers of flows in the three categories and null results i.e
5Wds 12
5-15Wds 24
Failure 02
null...
Hi Rob
Thanks for the feedback. I like the idea of keeping track of the ones I want to keep open. I'm a little unsure of how to use arrays...and how I can use arrays in this situation...hope you can help
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.