Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rplant
  • Content: Threads
  • Order by date
  1. rplant

    Changing chart axis data point labels

    Is there a way to change the data point labels on a chart that is embedded in a report? Component1------------ Component2------------------ Component3 ---------- _____________________ 0 1 2 3 4 5 This is what the chart looks like...
  2. rplant

    More than 3 conditional formats for a single control?

    Is it possible to specify more than 3 conditions for a single control? Thanks. Cheers.
  3. rplant

    Dynamic Multi-Column/Horizontal Report = HELP.

    Hi, I'm trying to create a report which has two grouping levels. I need the details fields to be displayed horizontally, adjacent to the subgroup heading. The number of records in the detail section is variable. (It doesn't really matter if the rows go off of the page). Group1 Sub Group1...
  4. rplant

    Report based on crosstab queries...problems

    I'm experiencing serious problems with access reports. The problem I'm currently facing: I have 2 crosstab queries: qryCost: FacilityName Date1 Date2 Date3.....Date24 Building1 Cost Cost Cost......Cost Building2 Cost Cost Cost......Cost qryUsage: FacilityName Date1 Date2...
  5. rplant

    Multiple Crosstab Queries in a Report

    I used the search feature and couldn't find any related posts. I'm trying to create a report which combines 2 crosstab queries. The crosstab queries are similar in layout and the data presented. This is what the queries look like: Facility Date1, Date2... Building One Taxes...
  6. rplant

    Assinging a data type to a query field

    Hi I have a query which pulls two fields from a table. The fields are: Month Year In the table both of these fields are of data type "Number" In the query I put them together by: Date: [tblArchive].[Month] & " " & [tblArchive].[Year] What I want to do is make the data...
  7. rplant

    Referring to a control with a variable

    Does anyone know how to refer to the name of a text box with a variable? Here is an example of what I need: If a text box is named txtRate and strTest = "txtrate" I want to be able to refer to the control using the string: me.[strTest].value = whatever

Part and Inventory Search

Back
Top