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. Astrith44

    Add <select all> to a drop down list in ASP.Net 2.0

    Does anyone know how to add <select all> to a drop down list that is populated using an SQL Server database table. I have a drop down list that is feed by a sqlDataSource and I need to know how to add the <select all> item. Thanks for your help in advance. Joel
  2. Astrith44

    Select records starting at a defined record # like LIMIT in MySQL?

    Did you ever find an answer to this in access. I have the same problem and would appreciate any help you can give. Thanks, Joel
  3. Astrith44

    Hi All, I have a question re: locking forms/subforms &amp; allowing edits

    Mistereli, I have used something like this to lock the controls on form open. This works to lock the controls on the main form. Dim ctl As Control For Each ctl In Me.Controls If ctl.ControlType = acTextBox Then With ctl .SpecialEffect = 0...
  4. Astrith44

    Form Close - Help

    Brad, Thanks alot! I tried your idea and it worked perfectly. I've been working on this problem on and off for months and couldn't come up with a work around. I don't care if its not elegeant. It works and I'm not spending another minute on it. You know how these things can drive you crazy...
  5. Astrith44

    Form Close - Help

    Brad, No, I haven't found a solution to this problem. One thing I noticed is that the problem started when I moved to Windows XP. I moved the database back to a computer that is running Windows 2000 and the problem doesn't occur. I can't explain it. I then reinstalled office XP on the...
  6. Astrith44

    Form Close - Help

    I have a large form with a lot of code and a tab control. When the user is on tab two and uses the close button that I put at the bottom of the screen the following message box pops up - Enter Parameter Value for forms!caseDetails!BuyerMortgageCompanyID. If you enter a value nothing happens -...

Part and Inventory Search

Back
Top