Search results

  1. C

    Sending info from a memo field in access to a form field in word

    Hello, I have a database used to enter client information which then outputs all of that data as necessary to various word documents via form fields. I cannot use anything other than word documents as these are HQ designed forms and they get upset when they are modified. (took forever to get...
  2. C

    Using an option Group to open another form

    Hi, I have a form with several option groups on it. I need to have certain other forms open up when some of the options are selected and then to clear out the fields that would be entered on those forms if the user selects another option.
  3. C

    Word Documents no longer open from access form

    Hi, I use a database to open word documents and populate them with information. As of this morning that no longer works. Here is my code ( there are a dozen like this and none work this is just the shortest): Private Sub Command16_Click() Dim appWord As Word.Application Dim doc As...
  4. C

    Crosstab Query and Form problems

    This is an extension of an earlier post I had about my query not reading the values in my form. I solved the problem by removing the parameters line, but now my crosstab query (and the report chart based on it) will not work and gives me the "Jet database does not recognize '[Forms]![Customer...
  5. C

    Query will not get values from form

    Hi, I am sort of new at this. In my office we are still using Access 2003 and I was asked to add some features to a database. I currently have a query which should be getting its parameter values from a form but will not. When I run the query by itsself and enter the values at the prompts the...
Back
Top Bottom