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

    Thanx guys, I have an almost perfect dtatbase now.
  5. C

    Pair or Match off negatives and positives

    In my instance, I have one currency field hosting debits and credits. Credits are displayed as absolutes whereas the debits are described as bracketed numbers. There are liked dollar amounts in the one field, the brackets being the only difference. How can I only identify those items that are...
  6. C

    Can this be done?

    Triggs, I will get back to you in a few....kinda busy doing some domestics.
  7. C

    Pair or Match off negatives and positives

    The query only matched the same signs....in my case I want to pair off the positives against the negatives.
  8. C

    Can this be done?

    Is it possible for you to send me a layout of the database...just the first three rows.(crearymm@netscape.net)
  9. C

    Can this be done?

    You need to run a [enter contact] query. For this, you need to go to design view and select the field of records yu ned to view. In the field which has the mobile number heading you need to go to criteria and type. like[enter number]"*"
  10. 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...
  11. 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?
  12. 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...
  13. 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...
  14. 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.
  15. 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.
  16. 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?
  17. C

    UPDATE MACRO

    Good question, I have used identification numbers for each dollar amount so the macro will have to read from the indentifier which links the relationship, then calculate both amounts to return the differnce, if any.
  18. 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...
  19. 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]...
  20. 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