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...
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)...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.