Search results

  1. C

    lil help with SELECT statement

    also if anyone could help with some code that would set the record on the merge to the same one as the one on the form, it would be greatly appreciated.
  2. C

    lil help with SELECT statement

    Here is the code I am using for a mail merge but I get an error msg in the last line. works fine when using a table but not with a query, any suggestions? objWord.MailMerge.OpenDataSource _ Name:="m:\DecPage.mdb", _ LinkToSource:=True, _ Connection:="QUERY Merge", _...
  3. C

    Mail Merge with Word HELP

    I am trying to put a command button on a form that would send the current data on the form (or in the table) to a Word Mail Merge. Any help or sample code would be of great help. Thx in advance
  4. C

    Passing Primary Key

    yeah i tried using the wizard to make another command button, and it didn't work still only the first one worked.
  5. C

    Passing Primary Key

    Here is the code for a form that has command buttons linking to three other forms and also linking the other table to one CustID which is the primary key. The Additional Insured (AddIns) button works but the other two do not, any ideas? Option Compare Database Private Sub Form_Load() End Sub...
  6. C

    Access & Word

    I would love to see the code you have have for a mail merge to word.
  7. C

    Multiple records with one form

    thx, worked great don't know why i didn't think of it
  8. C

    Multiple records with one form

    Ok this is prob a very simple questions but, I have to be able to track several locations for each client in our database. From the client screen you can click Add Location and another form that carries over the CustomerID to link it to the customer, the problem is that i need to tie several...
Back
Top Bottom