Search:

Type: Posts; User: LindaR; Keyword(s):

Page 1 of 20 1 2 3 4

Search: Search took 0.03 seconds.

  1. My grouping and sorting doesn't work in Access 2007 Report design

    I can't get my report to group and give me a total at the break. I am used to 2003. I know it is something I just am not doing right in 2007. I have a field "Type of Coverage". I want it to group...
  2. Replies
    2
    Views
    392

    thank you so much. Saved me hours of work.

    thank you so much. Saved me hours of work.
  3. Replies
    2
    Views
    392

    Macro to delete rows with 1 in column B

    I need a macro to delete the entire row where there is a 1 in column B. Also, to delete one row above. So where there is a 1 in column B, I need that row deleted and the one above. Any help is...
  4. Replies
    21
    Views
    2,453

    Can't you just select the summation symbol on the...

    Can't you just select the summation symbol on the top and hit enter. If you look at the calculation, it uses =subtotal(9,c2:C100) for example
  5. How about a pop-up calendar. The attached...

    How about a pop-up calendar. The attached spreadsheet describes how to do this in Excel 2003. Not sure about 2007. In the code, you have to format the column to the date format you want.
  6. Replies
    10
    Views
    789

    Right click one of the total lines. Click on...

    Right click one of the total lines.
    Click on Field Settings
    Click None.
  7. Thread: Folder creation

    by LindaR
    Replies
    2
    Views
    385

    I am not that familiar with Outlook. I thought I...

    I am not that familiar with Outlook. I thought I created a folder under another folder - something like a sub folder. I moved an email to this sub folder but I can't see the folder under the folder...
  8. Replies
    2
    Views
    298

    I am not sure if this is where to ask this and I...

    I am not sure if this is where to ask this and I am not sure this is a Windows XP problem. When I go to Microsoft Office Discussion on the web, the area that displays the discussions is blank. I...
  9. Replies
    8
    Views
    3,287

    =Date(Mod(A2, 10000),TRUNC(A2 / 1000000),...

    =Date(Mod(A2, 10000),TRUNC(A2 / 1000000), MOD(TRUNC(A2 / 10000), 100))

    Copy down
  10. Replies
    8
    Views
    3,287

    Highlight and Right click the column you want to...

    Highlight and Right click the column you want to enter the dates.
    Select Format Cells.
    On the number tab choose custom and enter in the Type Box 00\/00\/0000.
    It looks like a V between the 0s...
  11. Replies
    3
    Views
    337

    This may be too simplistic but have you tried: ...

    This may be too simplistic but have you tried:

    Put a + sign in the cell you want the data to appear
    Go to the other spreadsheet and highlight the cell that has the data you want
    Hit enter
    This...
  12. Thread: Cell format

    by LindaR
    Replies
    8
    Views
    470

    Since it is a zip code and a set number of...

    Since it is a zip code and a set number of characters try this:

    In a new column put =TEXT(A1,"000000") and copy down.

    Then highlight that column and
    EDIT
    copy
    Paste Special
    Choose values
  13. Replies
    6
    Views
    533

    I figured out how to prevent the #REF! error from...

    I figured out how to prevent the #REF! error from showing. Just in case someone else has this problem.

    =IF(ISERROR(SUM(E5,E7,E9,E13,E23,E27))," ",SUM(E5,E7,E9,E13,E23,E27))
  14. Replies
    6
    Views
    533

    Yes, I switched from trying to connect the data...

    Yes, I switched from trying to connect the data using Access. I use Access just to update the first spreadsheet. From that spreadsheet I populate the premade spreadsheet with the breaks, headings...
  15. Replies
    6
    Views
    533

    Yes, the spreadsheet I am linking to is premade ....

    Yes, the spreadsheet I am linking to is premade . It is set up with calculations, headings and such. I am just updating certain sections with data that changes (monthly). I have linked the data...
  16. Thread: Database Query

    by LindaR
    Replies
    4
    Views
    404

    I do have overwrite existing cells with new data,...

    I do have overwrite existing cells with new data, clear unused cells but it overwrites the cells and leaves the extra cells there. I have to manually delete them. I am not sure what it does if the...
  17. Thread: Database Query

    by LindaR
    Replies
    4
    Views
    404

    I have a spreadsheet that I want to connect to a...

    I have a spreadsheet that I want to connect to a database query. Under Data in Excel, I choose "Import External Data" and connect to the query in Access. My problem is that when I choose the area...
  18. Replies
    2
    Views
    326

    Thanks for the reply. I figured I couldn't do...

    Thanks for the reply. I figured I couldn't do anything in a table and had to create a field in the query to accomodate this. The table had a blank for rep number with unknown in the RVP field. I...
  19. Replies
    2
    Views
    326

    I have a query and I have a table that I am...

    I have a query and I have a table that I am joining to this query by rep number. In the table is a list of rep numbers and a field called RVP that I want to bring into my query. Sometimes on the...
  20. Replies
    23
    Views
    732

    I would like to make some names of tables more...

    I would like to make some names of tables more generic. Right now they are specific to a certain month. I would like to name them Baseline and Current. I would like the queries that use these...
  21. Replies
    23
    Views
    732

    I would like to make some names of tables more...

    I would like to make some names of tables more generic. Right now they are specific to a certain month. I would like to name them Baseline and Current. I would like the queries that use these...
  22. Replies
    23
    Views
    732

    I would like to make some names of tables more...

    I would like to make some names of tables more generic. Right now they are specific to a certain month. I would like to name them Baseline and Current. I would like the queries that use these...
  23. Replies
    23
    Views
    732

    I would like to make some names of tables more...

    I would like to make some names of tables more generic. Right now they are specific to a certain month. I would like to name them Baseline and Current. I would like the queries that use these...
  24. Replies
    23
    Views
    732

    I would like to make some names of tables more...

    I would like to make some names of tables more generic. Right now they are specific to a certain month. I would like to name them Baseline and Current. I would like the queries that use these...
  25. Replies
    23
    Views
    732

    I would like to make some names of tables more...

    I would like to make some names of tables more generic. Right now they are specific to a certain month. I would like to name them Baseline and Current. I would like the queries that use these...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4