Search results

  1. J

    Disabling The scroll Button on your mouse within forms?

    Thanks Alot:) Ill start using the search field now before i post:P
  2. J

    Disabling The scroll Button on your mouse within forms?

    Is it possible to disable the scroll button on your mouse so it doesnt make the records scroll and instead allows the user to scroll down the form? Thanks, Jordan
  3. J

    Labels/Combo Boxes affected by other combo boxes

    DONE! Thank you all so much:)
  4. J

    Labels/Combo Boxes affected by other combo boxes

    Ok So here goes, The combo Box works using the hidden field as the Criteria, However I need cboHotels to requery every time a change is made cboAirports (Hence the Hidden field should change). I can't seem to get the correct syntax or even to requery so it will change everytime, Thanks In...
  5. J

    Labels/Combo Boxes affected by other combo boxes

    Thanks So Much! That did it! Now the only thing i need, is where do I put the cboHotels.Requery so it will requery every time they change the cboAirport combo? Do I put it in the hidden box AfterUpdate? This is the last thing I need for this form I hope, Thanks again for all the help...
  6. J

    Labels/Combo Boxes affected by other combo boxes

    Problem Forms!FrmInvoice!cboAirport.Column(2) When I add that to Criteria I get an undefined function error, this is when I put it into the hotel query, Still working on it though. Thanks Again
  7. J

    Labels/Combo Boxes affected by other combo boxes

    Thanks! Got the Description working perfectly, Working on the multiple combo boxes now. Thank you All. Sicnerely, Jordan
  8. J

    Labels/Combo Boxes affected by other combo boxes

    First of all Thank you Jon K for replying so quickly to my last post, Here's is my new question:) I have a combo box that the user will select which airport they want to go to. Above it I have a label that says Description: What I want it to do, is Say : Description: <airport name> Depending...
  9. J

    Parameter Query Using a Text Box instead of the generic Access Prompt?

    Hi there, I was wondering if its possible to use a text box on a form to do a parameter query instead of access prompting the user? I would the User to be able to enter a phone number into the top of an invoicing form and for all the client information to appear below it. Because I am using...
Back
Top Bottom