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!

Recent content by peterben

  1. peterben

    Custom Database Properties with Access Project

    Thanks cmmrfrds for your comments...With a bit of reading I have found out that I can now Add a Property using CurrentProject.Properties.Add "PropertyName","PropertyValue" Property Value can be an Integer, String or Boolean I can then read the Property Added Using...
  2. 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...
  3. peterben

    Setfocus on subform in tabbed pages

    I think my problem was partly due to trying to setfocus in the 'Before Update Event'. I notice a thread705-438569 "Setfocus doesn't work in After Update" may be a similar problem to mine. To test my code out I have created a button on the form and used the following code in the...
  4. peterben

    Setfocus on subform in tabbed pages

    Thanks FancyPrairie and ssecca for your speedy responses. I have tried both of your suggestions but as yet haven't got either to work. I have had no problem in the past with mainform/subform/combobox setfocus but with the tab control/pages I cannot get it to work. Any other ideas ????
  5. 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...
  6. 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...
  7. 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