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 dencom 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. FastLearnerIThink

    Error Handler Not Firing

    I have developed a DVD collection database with pictures. Whenever an error occurs, the error handler does not fire up. Can someone please look at my code and tell me why this may be so? Private Sub Form_Current() On Error GoTo Handle_Error If Not IsNull(Me.txtRegionCode) Then...
  2. FastLearnerIThink

    thread702-276412

    I have a form with two combo boxes, a subform, and 3 command buttons. cbo1 is to select which report, cb2 selects sort type. cmd1 is to view results in subform, cmd 2 is to view access report, and cmd3 is to export to excel. When clicking on cmd3, FileDialog opens for user to select the default...
  3. FastLearnerIThink

    Filter listbox based on subform

    In one of my databases I have 3 or 4 combo box fields, which are located in a subform, that allow entries from the drop down list or by searching, When the find button is clicked, a search form opens up and populates based on the find button clicked. Example, when the Manufacturer find button is...
  4. FastLearnerIThink

    related record required

    Hello, newbie here. First, would like to say that this forum is very useful and just by visiting as a guest, I have improved my knowledge of programming in Access greatly. Thank you all for sharing the knowledge. I am developing an inventory type database. I have a form with a subform for...

Part and Inventory Search

Back
Top