Search results

  1. G

    Query statement in Expression Builder in Report

    I was using the Expression Builder in the text box labled Backup Date. I used this Query statement in my other application which works as a Query and create report based from that. Here is the query statement: Between #1/01/1998# AND #12/31/1998# This time I am creating the report from the...
  2. G

    Module not working

    This took me a while to get this on module, but could not figure out what is wrong. This is a module to be called from a form and to generate labels within an Input Date range. Any idea or suggestions strStartdate As String strEnddate As String strStartdate = InputBox("Prompt", "Message")...
  3. G

    When to Perform a Split Database

    After splitting the database will I still be able to do changes to my forms/dialog box or do I need to do this prior to the split. Thanks for the Input George
  4. G

    Printing Report Labels

    So far I am using the Query to print out labels. the command I am using is this: between (9/3/00) AND DATE(). The command is fine for the entire week which starts from this past Sunday to the current date, but is there another way to implement this. I'm not sure maybe using VBA, statement...
  5. G

    When to Perform a Split Database

    I just finish developing my applicaton using Access '97. Now it needs to be residing on a server. When do I split the database before moving it or split it when it's on the server.
  6. G

    Report Labels

    I finally got the labels to print and alinged correctly on a label. It only took me a few days by using Access 97. If anyone is interested what the setup is for Avery labels IJ - 1025. The only problem is it tends to print out the entire database. I only want to print out the records that I...
Back
Top Bottom