Recent content by erosenberger

  1. E

    Update A Single Field in a Form Based on a Query

    If you are trying to update the tables utilizing a form bound to a query, you need to alter the recordset type. To do so, go into design view, bring up the properties window for the form, and change the "Recordset Type" from Dynaset to Dynaset (Inconsistent Update).
  2. E

    Save Snapshot of Single Record

    Is it possible to save a snapshot of just the current record? I want to be able to have a button to be clicked so that an image of the current record only is saved. I know how to print a single record using the [Wherecondition]. I just can't seem to simulate it in VB. DoCmd.OutputTo...
  3. E

    Update A Single Field in a Form Based on a Query

    Worked like a charm. Thank you
  4. E

    Update A Single Field in a Form Based on a Query

    STUPID QUESTION ALERT!!!!!!!!!! I am using Access 2000. I have a Form based on a Query that combines 2 db's. The reason why I did this is 2-fold, 1) so that 2 OLE files can be accessed from the different db's, and B) so that the end-user can go directly to a single record using a parameters...
  5. E

    Creating a report from a Word document

    To take it further Is there a way, possibly through coding, that I can create a standard report that will prompt for the document to be inserted. For example, I have 100 different documents that I may want to choose from, all in the same directory. On any given report, I would like to attach...
Back
Top Bottom