Search results

  1. S

    Set height of a reports detail using vba... and more

    I need to set the height of a reports detail using vba... how do you do that??? Also, how can I change the print settings, i.e. page boarders, paper size, printer, etc., also using vba... I can't find anything on it. Thanks!!!
  2. S

    Complex Report Query (CrossTab)

    Complex Report Query (CrossTab) Hey everyone! I need some help here, I am in the final design stages of my database… I am working on creating some reports and I need some help getting the info I need in the right place. Let me summarize the problem, then I will give you a rundown of my table...
  3. S

    export the results of a query string to a file

    Okay, I have a multi-functional question... I have created a form that will allow for complex querying of my business contacts. I have successfully completed the code used to create the query string. Now I just need to be able export the query results and use them in the following three ways...
  4. S

    How do I convert a string to a double

    I am trying to convert a string absolutely contains a number at all times to a double for use of comparison and numerical calculation, VBA doesn't seem to support the System.Convert.ToDouble() method... I have searched and searched and can't find a way to do this... any help would be VERY...
  5. S

    limiting the population of a combo box...

    This is a little complex, I will try to explain as best I can... I have several tables, storing businesses, business types, and categories... now, each business has between 3-7 categories, the categories are determined by the business type. here is how my tables are setup: tblBusiness -BusID...
  6. S

    Creating a Calender Report... PLEASE HELP

    I am trying to create a task list calendar... I have a Publish date and want to dynamically create a list of tasks leading up to that date. For example: Sample product is due to publish on August 15th 2005 I want to dynamically create several task corresponding to Sample Product. the tasks...
  7. S

    Where to store misc. data?

    I have a handful of misc. data that is unique an really doesn't fit anywhere... I need it to be easily updateable, as it will and needs to change from time to time, What should I do with it? Some of the data is a "Common Footer" that prints on ALL reports and DOES change periodically. I...
  8. S

    Complex Table Layout Help

    I am working on a complex database to store Business information as well as specific into about that Business... here is the tricky part... The individual companies are sorted by Business type (i.e. Computer Software Companies, Child Care Providers, Commercial Building Contractors, etc.) and...
Back
Top Bottom