• WSAheron

    WSAheron

    @wsaheron

    Viewing 15 replies - 31 through 45 (of 236 total)
    Author
    Replies
    • in reply to: Table Design #1231549

      Correct, the 36,000 row table had one row for a Store with 52 columns of weekly sales data.
      The 1millon plus row table had one row for each Store / Week combination with a column for the sales data.

      I typically go for the normalized option as well. Just 1 million rows seemed like a lot, so I wanted to double check with folks that have more experience than I.

      Thanks

    • in reply to: Table Design #1231446

      Thanks.

      That is where I was headed, but with that many rows I wanted to get some other views.

    • in reply to: VBA reference book recommendation #1231438

      Many thanks.
      This will help a lot.

    • in reply to: Locked Cells #1229880

      I will give this a try.

      Thanks for you help

    • in reply to: Locked Cells #1229395

      That is the issue. The sheet does get Protection set = true. I do have both Locked and unLocked cells on the sheet. As I did not create this, the style was set before I got it. I to do something similar with the fill for unLocked cells.

      I was hoping for a simple way to find all the locked cells, but it seems if I have both on a sheet, I will just have to check each cell individually.

      Thanks to everyone for your feedback.

    • in reply to: Combo box not working #1228988

      Set the ControlSource of the combo box to be the CityID field.

    • in reply to: Search all tables #1228980

      You could build a for loop that would loop through the tables collection. Inside the loop you chould have a SQL statement that would look for the requested value and if found update a text string. When the loop completed the text string would be the list of tables containing the search value.

      Maybe not the best solution, but with so many tables it would work. Also, you would not need to update the code if tables were added.

      Hope this helps.

    • in reply to: Search all tables #1228856

      Are you looking for a results set or just the names of the tables where records were found?

    • in reply to: Database Tuning #1225825

      Thank you, I will check it out.

    • in reply to: Help – About #1224134

      Found it.

      Thanks

    • in reply to: From Controls #1223398

      No, I think I misstated. We are not wishing to change the name of the control, just the contents of the control. txtDate_1 would always be txtDate_1, but depending on the month selected by the user, the contents would change.

    • in reply to: From Controls #1223327

      This will be a repeaative task. We are building a grid on a from and depending on the month selected would like for the text box at the top of the grid to show the date for that square.

      I will take a look at the Object Model and see what we can come up with.

      Thanks for the help.

    • in reply to: Following Sunday #1223326

      This should do the trick. The inventory date should never be a Sunday.

      Thank you for the help.

    • in reply to: Comparing fields in the form #1223279

      Have you tried the Conditional formatting?

    • in reply to: Forms in Excel #1215149

      HA, I found it….

      I opened the Contorl Toolbox Toolbar and set the workbook to Design mode. This allowed me to select and delete the form objects.

      GREAT.

    Viewing 15 replies - 31 through 45 (of 236 total)