Search results

  1. M

    At wits end, Need help fixing dynamically generated report's vba code.

    I am trying to develop a report that is based off a crosstab query. The query takes the results of time incremental quality control tests and bases the time increments as the column headings. There are a total of 28 possible column headings for this purpose. Rather than makes a report with 28...
  2. M

    Report from a Crosstab Query

    <Sigh> this is starting to be agravating. I noticed in some old posts that this particular problem was one that you experienced first hand. Now that i am looking at this Solutions report and the underlay of very complex VBA, i am wondering if i will ever get this one to work. For one, the...
  3. M

    Report from a Crosstab Query

    Well i found the rptsmp00.mdb and reviewed the samples therein...however the one i think you are refering to is not working for me in this case. It is on how to eliminate whitespace by using the CanShrink and VBA Coding. I tried the CanShrink command in this case. I used one of my columns as a...
  4. M

    Report from a Crosstab Query

    um, Scratch that i found them after some scrounging around, appreciate the tip though. Thanks.
  5. M

    Report from a Crosstab Query

    Where could i find those files? The guys in the IS department did not install any Samples with any of the Office apps and from the looks of the file name they are from Office 97 anyhow.. i am using 2000. Let me know if you can if there is another source... guess i need to go search for one...
  6. M

    Report from a Crosstab Query

    I am having a time trying to figure out how to design a report that pulls its data from a Crosstab Query where the column headings change for every specific criteria defined. I am trying to make the report on a series of incremental QC test results that are performed a few thousand products...
  7. M

    How to code a Command button to display current form to a report

    Actually there is not a ProductID. The products that I am dealing with are concrete ready mixes, hence the MixID... there IS a ProductID (the products that go into each mix.. kinda like a concrete ingredients list, but that is not important in what i am attempting.) Thanks for your help.... is...
  8. M

    How to code a Command button to display current form to a report

    Two part question: 1)I am working on a Quality Control database to store test data on over 1700 different products. Right now I have a form designed that has a set of three tab controls so the end user could switch the three sets of test data subforms that are linked to the main product...
  9. M

    How to code a Command button to display current form to a report

    Two part question: 1)I am working on a Quality Control database to store test data on over 1700 different products. Right now I have a form designed that has a set of three tab controls so the end user could switch the three sets of test data subforms that are linked to the main product...
  10. M

    How to code a Command button to display current form to a report

    Two part question: 1)I am working on a Quality Control database to store test data on over 1700 different products. Right now I have a form designed that has a set of three tab controls so the end user could switch the three sets of test data subforms that are linked to the main product...
  11. M

    Synchronised form-report

    What about if you don't want a dialog pop-up asking for the ID number to sync the report to? Most users are going to be at a loss when a window pop-ups saying Forms!YourFormName!YourFieldName with a text entry field? You have to design with the end user in mind, so how do you make it "grab" the...
Back
Top Bottom