Search results

  1. 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", _...
  2. 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
  3. 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...
  4. 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