Search results

  1. C

    Printing Records

    :( Thing is....I have a database with multiple tables. One table holds 1.2mm records. I have a report that I would love to use to print details of the record that is being viewed on the form at a particular time. Now..I added a print button to the form, however, whenever I click the print...
  2. C

    Print Script

    After adding a "Print" Button to a form, how does not write a "Me." script that specifies which record to print at any one time. I added a button but everytime I click the button, it prints the entire universe. Pulling My hair!
  3. C

    Saving on a web server

    Is there any way I can save my database on the web so I can update and monitor from any computer.
  4. C

    Pair or Match off negatives and positives

    Is there a way I can run a query that will pair off items with similar values. For eg; row one has four fields, one of the four feilds has a dollar value of (12,500.89)in row two, exactly underneath is a value for 12,500.89. How can I only pull the values from rows in that one field with similar...
  5. C

    New page

    This may sound so simple..but how do I add a page to my report so that I only get two pages of report displaying different info?
  6. C

    APPENDING DATA

    I have one table with multiple fields, two of which is creating a lot of problems for me. One thing is, there is one field for the date of one cash item, the other field contains the dollar value; for example: 07/16/02 = $21,650.03. I have ran a query that represents the age of the item (current...
  7. C

    APPENDING DATA

    I have one table with multiple fields, two of which is creating a lot of problems for me. One thing is, there is one field for the date of one cash item, the other field contains the dollar value; for example: 07/16/02 = $21,650.03. I have ran a query that represents the age of the item (current...
  8. C

    COURSE

    I LIVE IN NEW YORK AND WOULD LIKE TO KNOW IF THERE IS ANYONE LIVING IN NEW YORK WITH ACUTE VB, FRONTPAGE OR ACCESS CODING EXPERIENCE WHO WOULD BE INTERESTED IN A WEEKEND TUTORING SESSION.
  9. C

    POSTING TO THE WEB

    HOW DO I POST A DATABASE TO THE WEB SO THAT PERSONS CAN ACTUALLY GO ONLINE AND ACCESS AND UPDATE THE DATABASE.
  10. C

    UPDATING NEW DATA TO TABLE

    Since I download information in an excel database everymorning, is there any way I can link each new table with the old table and perform an automatch that matches each liked amounts and returns the value of the difference in one field?
  11. C

    UPDATE MACRO

    How do I design a macro that will automatically update my table with information from an outside (excel)source, then search for liked values and return the value "0" if numbers agree. For example, if I have $200.04 in my existing database and my upload returns a value for ($200.04) being the...
  12. C

    DATE CALCULATIONS

    Is there any way I can create a formula that calculates and returns the value of the difference between the "current date" and a prior date in a table. So that whenever I enter the prior date in the row, another filed will display the result of (current date) - (prior date) = [LongInteger]...
  13. C

    Positives and Negatives

    I am doing a financial table in which I have one field with a gross total of combined debits and credits. Is there any way I can write a fuction that splits the total debits and total credits singularly, then give me a count of the items?
Back
Top Bottom