Search results

  1. C

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

    It always fills in the form field called "memo" and then the one furthers down the line which has information. For instance if the last character is number 758 it will fill "memo" with characters 1 to 250 and "memo3" with 751 to 758, but will not fill anything in "memo2" I do know about that...
  2. 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...
  3. 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.
  4. 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...
  5. C

    Crosstab Query and Form problems

    Sorry I am new to posting how do I do that.
  6. 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...
  7. C

    Query will not get values from form

    Indeed three of the form controls are combo boxes. Country, Region, and Continent. Also I forgot to mention that the query worked from the form until I added the parameters line so it would show properly as a report. Revision I tried removing the parameters line and it worked, but now my...
  8. C

    Query will not get values from form

    The form has three combo boxes and two text boxes. I need to be able to narrow the records returned by those combined. Here is the SQL for the query I know its bad but it was the best I could come up with. PARAMETERS [Forms]![Customer Form 1]![Start] DateTime, [Forms]![Customer Form 1]![End]...
  9. C

    Query will not get values from form

    I use a command button to generate a report for the records that are (or should be) returned would that not update it? (I apologize for my ignorance)
  10. 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