Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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