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 Shaun E 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: FredaH302
  • Content: Threads
  • Order by date
  1. FredaH302

    Move Focus to Mainform

    I have a delete button that selects all related records in a subform and deletes them. This works fine. I then want to move back to the main form and delete the main record. I have tried: Forms![Main Form].[Field].setfocus Me.Parent!Field.SetFocus The commands are ignored. What is the...
  2. FredaH302

    Automatically starting Word Merge Wizard

    Hi Everyone, I have a form that uses a button to run a query that creates table for use in a Word merged document. The query is triggered using VBA code. After the query is run, the code selects the resulting table and then starts the Mail Merge Wizard (Office Links: Merge it with MS Word)...
  3. FredaH302

    Assigning Proper Case to fields

    Hi folks, Is there a simple way of assigning a Proper Case appearance to a field that contains multiple words?
  4. FredaH302

    Referring to a subform control

    Hi, I am desparately trying to find some help with this. It seems as if it should be simple. I have a main form that displays customers. It has a subform displaying related records. The subform has a combo box which is used to filter the subform records. The combo box (named Cat_Search) is...
  5. FredaH302

    Combo Box On Subform not working

    Hi, I have a combo box that I want to use as a filter. The combo box works fine until I embed the form into another (as a subform). I am sure it has to do with how a control is referenced on subforms. Here is the code as it exists now: Dim stDocName As String Dim stLinkCriteria As...
  6. FredaH302

    Combo Box filter will not work on subform

    Hi, I have a combo box that I want to use as a filter. The combo box works fine until I embed the form into another (as a subform). I am sure it has to do with how a control is referenced on subforms. Here is the code as it exists now: Dim stDocName As String Dim stLinkCriteria As...

Part and Inventory Search

Back
Top