Search results

  1. H

    Question Schedules

    Currently we are doing this with an excel spreadsheet, but all the data is being entered with no calculations by the production manager. I have been manually transferring the data into a db table which lists the jobs sorted by start date. The Start date is a short date field and the estimated...
  2. H

    Question Schedules

    I am trying to figure out how to display and maintain a schedule. Here's the situation: I have 6 machines that run jobs Monday thru Friday but I will focus on doing one machine to avoid confusion. Let's start with this. The machine will be running 23 hours a day Monday thru Thursday and 18...
  3. H

    Bulid event crash

    I misspoke when I said I was running 2007 and 2010 on my machine. I'm running 2007 and 2013, as are 2 other machines. I also have 4 machines running 2010, but I do all the programming on my machine.
  4. H

    Bulid event crash

    I Think you're right vbaInet. I kept using the 2007 ver. because at the time, I had some computers still running XP with 2003. Now that I have everybody on Windows 7 and Office 2010 or 2013 maybe I should take the leap to 2013.
  5. H

    Bulid event crash

    None of them say MISSING.
  6. H

    Bulid event crash

    I made it to the references window and then I got lost. The article didn't really explain what to do once I got there. I don't have a lot knowledge or experience coding so you'll have to excuse me.
  7. H

    Bulid event crash

    The plot thickens. My problem is limited to my laptop. Have no problem opening the code builder on the other machines on the network. I have both Office 2007 and 2010 running on my laptop. All the office programs are running the 2010 version except Access. If I open the DB in 2010, I have no...
  8. H

    Bulid event crash

    I am trying to build an event when I double click a field. As soon as I click on Code Builder, access crashes. It does this with every access database I open.
  9. H

    I have a combo box in my form header which is the focus on load. I can't fihure out how to move...

    I have a combo box in my form header which is the focus on load. I can't fihure out how to move the curser to a field in the detail portion of my form using the Tab key. I can access the field with the mouse. What am I missing?
  10. H

    Cascading Combo Boxes

    Now it works. I forgot that code was in that event from an earlier trial. Thanks for the help and dealing with my inexperience
  11. H

    Cascading Combo Boxes

    Here is a short version
  12. H

    Cascading Combo Boxes

    not sure how to post. Never did that before
  13. H

    Cascading Combo Boxes

    Even when I put the field in the control, it doesn't save it to the record.
  14. H

    Cascading Combo Boxes

    No it doesn't
  15. H

    Cascading Combo Boxes

    My Column width was different. Now combo box 2 shows the operation, but it does not store the operation I select in the Operation Field.
  16. H

    Cascading Combo Boxes

    I Must be missing something. When I get to the second Combo Box, there is nothing in there.
  17. H

    Cascading Combo Boxes

    I am trying to create a cascading combo box that will allow the user to select a lot code and from there select an operation listed in that lot code. I have never worked with cascading combo boxes. I have a table that has every operation for every lot code. What's the best way to do this.
  18. H

    Uodate field on exit

    I need to update a field with the contents of 2 other fields when exiting a record. The fields (ItemNo) and (LotID) need to create or update the field (LotCode). ie: ItemID (GM-235), LotID (26) will result in LotCode (GM-235-26). I currectly use a Update Query that uses the expression...
  19. H

    Hello from Chicago

    My name is Kevin or HDEvKev. I have been programming with Access since 2002. Self taught. I have been using the Wizards to create everything. Since upgarding from 2003 to 2007 last year I found the need to start learning how to write or tweek the code written by the wizard. I oversee a CNC...
Back
Top Bottom