Search results

  1. C

    New Issue - Need some Help

    Dk, All good suggestions I plan on using / taking. I'll try making those changes and see what I can figure out it likely is something simple but sometimes you can't see the forest for the trees ;) Thanks for the assistance :D Cheers Calvin
  2. C

    New Issue - Need some Help

    Here it is. I noticed after looking at the form I should also force the user to take ownership of the report so I'll have to enforce the MTEMP field as the other 5 as well once I get them sorted out. (click to enlarge) Thanks again
  3. C

    New Issue - Need some Help

    dk, I just entered all the other "controls" other then ProductID and it works so far in that it doesn't return any error codes but I've noticed that the only time it stops you from moving to the next record is if you have the Contrator (MTTOCONT) field filled in. It is ignoring the other...
  4. C

    New Issue - Need some Help

    I should post this combo box as well for the "ProductID" in the field. I'm not sure what to look for ?
  5. C

    New Issue - Need some Help

    It appears that ProductID is the trouble maker it is the one returning the error "2465" Here is a look at the properties. I'm not sure but I think it causing the error due to the tables? I think I'm getting closer to locking this one down :) Thanks again guys! Cheers Calvin
  6. C

    New Issue - Need some Help

    Dk, I think your a genius. Anyway I made the changes more or less and removed these "wrappers" as with them in I was still getting errors This is the remaining code and it appears to work - Now I just need to re-introduce the coding above step by step to force the front end user to fill in...
  7. C

    New Issue - Need some Help

    I know I owe you huge - I will definetly be buying a you a drink or two if I ever go through your neck of the woods in my travels :cool:
  8. C

    New Issue - Need some Help

    Here are the Properties of the "buttons" both cmds go back to the coding posted above. (Click to enlarge) Hopefully this is enough but let me know if you need anything else (my head is spinning from looking at this all day) Cheers Calvin
  9. C

    New Issue - Need some Help

    Here is the coding I'm working with. I'll post the properties next. Thanks guys! Cheers Calvin
  10. C

    New Issue - Need some Help

    dk, It is a number (phone number with input mask actually) but as such it is a text field so I could use the input mask. I've removed the link and actually removed everything just leaving the contact field as a blank text box so that the front end user can just type in any name for the company...
  11. C

    New Issue - Need some Help

    Ok I've worked my way through getting the forms to populate the drop down boxes and I have the coding in that shows the error messages if I hit either button when the form is empty. However the (contact field gives me the error! Here is the screen shot of the properties of the "drop box" that...
  12. C

    New Issue - Need some Help

    Thanks Craig. I appreciate any suggestions and help here. I'm learning as I go here he-he pretty overwhelming at times oh and maddening ;) Right now I'm working on getting the information from the other forms to populate the drop down selection boxes on this form before I can test for other...
  13. C

    New Issue - Need some Help

    Craig, I thought about the drop down / combo but I think by the end of projects they will likely have several thousand transfer reports and I want them to be able to see not just the number but also who it went to and what the product was by scrolling through reports that have been previously...
  14. C

    New Issue - Need some Help

    RuralGuy, I meant no disrespect to ghudson I'm sure the code is excellent and I take full responsibility for it not working... I'm 100% sure the error is on my part not his :) Cheers Calvin
  15. C

    New Issue - Need some Help

    Thanks Craig! I'll try out the new coding and see if that works. I found what I think the error was after changing "UnitsSold" to "UnitsTransferred" I thought I had it but it was actually my first line of coding that was causing the error Private Sub cmdMT_Click___Click() I had to remove...
  16. C

    New Issue - Need some Help

    Ok I entered the coding but and it is working somewhat. There are some issues though when I hit the "Go To Last MT#" Button I'm getting this error This is the code I'm using. When I compiled / debugged the code it came back "clean" so I'm not sure what I need to do next. As far as the...
  17. C

    New Issue - Need some Help

    I'll try this out Craig thanks!
  18. C

    New Issue - Need some Help

    :o I have once again found I need to throw myself at the mercy of the forum. I'm hoping DK or one of the other guru's will assist my pitiful self once again as I continue to struggle with my existing DB I volunteered to fix at work (won't do that again) Anyway I've been going along using the...
  19. C

    Need help with a report numbering issue

    Thanks DK! Man I should have just started from scratch I think... this DB was built in 98 I believe and then update/ upgraded to Access 2001 and now its in 2003 no telling what was lost along the way with the db been upgraded with the new software that and I'm a very basic coder with a great...
  20. C

    Need help with a report numbering issue

    Dk, I can't get it to work with my database...no idea why I've tried changing everything that I can think of and depending on what change I make I get different errors. I can't understand for the life of me why it doesn't work in mine by swapping out table names using the code you provided...
Back
Top Bottom