Search results

  1. S

    Pivot table lookup

    I have 2 pivot tables with string groups and their values. I want to calculate the 2 grand totals outside of the pivot tables. I can do the simple calculation, however when more groups are added to the pivots, the physical position of the grand totals move and I get errors. Can anyone help???
  2. S

    Query Calculation

    I am running a query where it counts the number of records in a database. I want to add a field to the query that will make a division calculation against another field in the query called instances. Can someone help?? :) Thanks.
  3. S

    Adding form data to a table.

    This may be a very neebie question, but I have a form with drop downs for data choices. When an employee finishes with the selections, I would like all the data transferred to a table as a record. How would I go about doing this. Any assistance is really appreciated!!
  4. S

    Word VBA Help

    I created a macro in Word to essentially take a series of numbers in a column and format them on a single line seperated by a comma and a space. I want the macro to run until it reaches the end of the list of numbers. I am new to VBA so please be patient. I have attached the code below: Do...
  5. S

    Query specific length

    Great! Thanks so much for you help!
  6. S

    Query specific length

    I have a query in which I need to pull all values from a field that is exactly 10 characters in length (Alpha or Numeric). Can anyone help me with this? Thank you!
  7. S

    Form Query and Table

    Anyone Else?? I am still unable to get this to work. It only works on the initial load of the form, but not after a requery....anyone know what I am doing incorrectly? Help...please! PS...even if someone knows where I can DL a sample database with a similar structure that I can take a peek...
  8. S

    Form Query and Table

    mmm I created a macro to query the Supervisors table 'After Update' and it still only works the first time I load the form. Any other thoughts??
  9. S

    Form Query and Table

    I have 3 fields on a form that are combo boxes. The first field is linked to a table with Department names. The second field has Supervisors for the departments. When I first load the form and select a department, it correctly runs the query that populates the supervisors in the department...
  10. S

    Email report from Access

    Thanks for your help. Thanks for trying, I appreciate it.
  11. S

    Email report from Access

    Outlook Actually, the message is from Microsoft Outlook, not Access...sorry, just noticed it.
  12. S

    Email report from Access

    Warnings I have set Warnings to No in the macro list, but that does not stop it. :(
  13. S

    Email report from Access

    I am emailing a report from access and am getting the following pop-up: "A program is trying to automatically send e-mail on your behalf. Do you want to allow this?" How do I get that to not pop-up and spoil my automation dreams??? Help!!
  14. S

    Setting short date in query

    Thank you! Thank you, much appreciated.
  15. S

    Setting short date in query

    I have a query where one field is Date:Now() so that todays date is forced in. However, it is giving me the date and time. I only want the short date, how do I achieve this??? Thanks!
  16. S

    Insert field in Query

    I am executing a query and I want to force a value of ALL into a additional field called BUKT. How would I go about this. I need to do something similar to DATE: Now() but with a set value. Help!!
  17. S

    Query Phone is specific format

    I need to query a table for phone numbers that do not meet the following format: ###-###-#### Any idea on how I can do that?? Hope someone can help!
  18. S

    Num! error

    mmm I think thats just how it came out from a cut and paste. This is driving me nuts. Access likes the syntax, but just won't give me a clean 0. :mad:
  19. S

    Num! error

    Second Question I tried doing the same for a DCount of a table. My form field states: =IIf(DCount("*","TBL_61to70<750ATT")=0,0,DCount("*","TBL_61to70<750ATT")) However, all I get back is an Error. Where did I go wrong?? Thanks!
  20. S

    Num! error

    Lol! Thats hilarious!
Back
Top Bottom