Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mohecan84

    DLOOKUP Coding

    Hi Dhookom, With some help I have managed to get the problem sorted. thank you for your help kind regards, Murtadau Gabier
  2. mohecan84

    DLOOKUP Coding

    I am testing it with my own machine at the moment. If I change my permissions within the Employee table to "Coaching Logger" then it allows my access, but if I change myself from "Coaching Logger" to "Administrator" within the Employee table, it ignores that portion of the code and then gives me...
  3. mohecan84

    DLOOKUP Coding

    Hi dhookom, Thank you for the advice. I have now tried your bit of code and I get the same result. The code only looks at "Coaching Logger" and ignores whether the User could be an "Administrator". Any thoughts on why this could be happening. kind regards, Murtadau Gabier
  4. mohecan84

    DLOOKUP Coding

    Hi Ben, I have tried that, and it still only takes the "Coaching Logger" into consideration. I have even tried removing the portion of DLOOKUP script away before the "Administrator" portion so that it would be "Coaching Logger" And "Administrator" but none of this wants to work. Kind regards...
  5. mohecan84

    DLOOKUP Coding

    Hi Guys, I am having a bit of difficulty, I am setting up an error check in my coding where if the User does not match 2 criteria they will not be allowed into the database. Can you please help me, I am pulling my hair out of my head over this. I will show what I currently have below, this...
  6. mohecan84

    Summing hours to show more than 24 hours

    Hi Everyone, I know this is not a challenging one for you but I am really having some difficulty with this. I am trying to calculate the total time spent on a task but it seems that the SSRS statement I am using =FORMAT(TIMESERIAL(0,0,(sum(Fields!AHT.Value))),"HH:mm:ss") does not go over 24...
  7. mohecan84

    Looping through 2 listboxes

    Hi guys, sorry for only replying now. Thank you for all the suggestions. We managed to come up with a solution. What we ended up doing was to move the agent loop to the end of the script and we moved the execute before the agent loop ends. so the loop continued running and giving us a new...
  8. mohecan84

    Looping through 2 listboxes

    Hi guys, So I am close to getting my database up and running. Need a bit of advice on how I can get my form submit macro to loop through 2 listboxes. Let me first break it down. I have some comboboxes and some text fields and 2 listboxes. As is the form works, but only allows for 1 selection...
  9. mohecan84

    Run Time error 438

    HI PHV, I was going through each line and saw that. Thank you very much for your help. kind regards, MG
  10. mohecan84

    Run Time error 438

    Hi Guys, Have a bit of a problem with a script I am trying to run. I am asking my script to run through a list in the current form but the script cannot recognize the form. the script looks as follows. Form name is "Coaching and Training Logger" Private Sub cmdSubmit_Click() Dim...
  11. mohecan84

    Macro to submit data from a form to a table

    Hi guys, This is my first post to Tek-Tips. I am fairly new to the VBA scene. This is my first real app that I am creating in Access. have run into some troubles with my VBA script to submit the info selected on the App form to the table provided. I have 2 list boxes where I need to provide...
  12. mohecan84

    Macro to submit data from a form to a table

    Thank you Skip, will be sure to do that.
  13. mohecan84

    Macro to submit data from a form to a table

    Hi guys, This is my first post to Tek-Tips. I am fairly new to the VBA scene. This is my first real app that I am creating in Access. have run into some troubles with my VBA script to submit the info selected on the App form to the table provided. I have 2 list boxes where I need to provide...

Part and Inventory Search

Back
Top