Search results

  1. E

    Mail Merge Query

    I have a table of clients and a table of accounts for those clients. Client_Id is a one-many relationship with account_owner. I want to make a query to be used in a mail merge being sent to clients that lists all of their accounts, but in the queries records it just lists a given client's name...
  2. E

    Importing Form Data

    I have a form for filling out client information that has a command button that opens up a spouse information form for that client. The data for both of these forms go to the same table, which is the "clients" table. Since many client's spouses are also clients, it would save alot of time to be...
  3. E

    Command Button to Open Subform in New Window

    Is there a way to create a command button that will open a subform in a new window by default. I do not want the subform to be visible on the main form at any time, and like in most subforms, there is certain data that I want to be automatically sent from the main form into the subform...
Back
Top Bottom