Search results

  1. C

    using Multiple dlookups

    txtID is the employees ID number(autonumber) and Procedure name is a short text field I am trying to look up a certain time interval stored in tblEmployees for each Procedure I choose in the combo box, thus, if I choose in cboProcedure "Haircut" then in tblEmployees there is a field called...
  2. C

    using Multiple dlookups

    Now it gives me an error saying "Data type mismatch in criteria expression"
  3. C

    using Multiple dlookups

    know I can look in two tables with dlookup timevalproc-The variable to assign the dlookup function in vba tblEmployees tblProcedure [Haircut] or [Eyebrows] = [txt ID] and the time for each of the procedures which is on tblEmployees: I have this code as an example, this is what I tried, it's...
  4. C

    I can't seem to make my collision problem work

    Here is the image, Gina!
  5. C

    I can't seem to make my collision problem work

    yeah I'm working on it now, This page might help me solve my collision problem, It'll take me a bit to process how to do the logic again, maybe I'll finish it by tommorow night.
  6. C

    I can't seem to make my collision problem work

    Thank you all for trying to help, Cronk, I'll check your post later today, and it's linked to the employees ID, so yes, it only present data related to just one employee at a time, Gina, I get it, I stayed on late trying to find a solution for this, sorry, I was thinking you were gonna see it...
  7. C

    I can't seem to make my collision problem work

    hi, I am running a scheduling appointment app (the error message and the type! message are bc there are calculated labels there, so they'll fill with data when there's data entered by the employee, also they are meant to be a hidden feature for the developer(me)). that I am making for a hair...
  8. C

    Removing the windows default minimize, hide, close bar via vba

    OMG! YOU ROCK! THANk YOU GINA!! :D
  9. C

    Removing the windows default minimize, hide, close bar via vba

    yeah I did it that way but still I cannot get rid of the default bar hmm, maybe it needs some api code formating as suggested in the page you provided me, thanks for the info
  10. C

    Removing the windows default minimize, hide, close bar via vba

    Is there a way to remove the windows default bar that appears in all windows forms, I've seen many forms these days without that custom windows bar, and closing the app via a button within the form, I want to do this to a splash form I did and I wish to eliminate that, there must be a vb code to...
  11. C

    Executing a cmd button on load

    thank you sir, it works like a charm! Now, remains, how do I open another form after the loader completed? I tried this...But it doesn't do anything :/ Private Sub Form_Timer() 'kill the timer Me.TimerInterval = 0 Me.lblCurrentTask.Visible = True Me.imgProgress.Visible = True...
  12. C

    Executing a cmd button on load

    yeah, it calls the button, but I want that the progress bar starts running like when I hit the cmd button, but still it doesn't run when I load the form...
  13. C

    Executing a cmd button on load

    Im trying to "click" a button after my form loads but Im not having any success The button will start a progress bar from "loading", the form I want to load is a splash form. I've tried this... First I declared the sub of me.cmdSTart public, like this : Public Sub cmdStart_Click() Then I...
  14. C

    Hello!!

    Hi, Im a programmer from Puerto Rico, just graduated from the UPR (Mayaguez Campus), from studying System Informations on Computers, as I said, my first program in access, the language that suits me more is the vb or vba, I also know a bit of cobol and java, and this is my first project on...
Back
Top Bottom