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 wOOdy-Soft 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: *

  • Users: peterben
  • Content: Threads
  • Order by date
  1. peterben

    Custom Database Properties with Access Project

    I have been using Custom Database Properties with Access 97 and 2000 with no problems but my code no longer works when I use it in an Access Project. The code is as follows to get the value of TestingYesNo which is a Boolean value Dim dbs As Database Dim doc As Document Dim...
  2. peterben

    Setfocus on subform in tabbed pages

    Under certain conditions as part of a validation procedure I want to use the Before Update event on a form to set the focus on a combobox that is on a subform, on a page, on a tab control, on a form. I assume I need to setfocus on the tab control first, then the page, then the subform control...
  3. peterben

    ApplyFilter works once correctly and then is ignored

    I am writing an application (A2K)and applying a filter to a form from the selection from a combo box "SelectContact" with the following code DoCmd.ApplyFilter , "ContactID= Forms!frmContactMaintenance!SelectContact" This works fine on my PC and another PC but not on a third...
  4. peterben

    Access 97 to HTML

    Has anybody found a good package to simplify the task of converting an Access 97 database to a table on a web page

Part and Inventory Search

Back
Top