Search results

  1. M

    Append to next record?

    Is it possible to create a query and/or macro to copy fields 6-10 of the current record seen in a form to fields 1-5 of the next, already existing record in the table? The typical append query wants to create a new record, but I want the fields to be copied to the next record which already...
  2. M

    Copy cells from one record to new record

    Hello. I would like to create a button on a subform that would copy the contents of, for example, fields 1 & 2 of the current record and paste them into fields 3 & 4 of a new record on a different subform. Both subforms are used to enter data into the same table, just different fields for each...
  3. M

    Need to create a blank report

    Hello. I need to create a report that will be printed and used as a paper form on which people will enter information to eventually be transferred to my database. The source will be a table, and the report will need to show all fields from the table, even when more fields are added to the table...
  4. M

    Search box in Data Access Page

    Hello, all. I am new to this forum and am impressed with the knowledge and support offered here. I have just added a search drop-down to my DAP and added the necessary code to allow me to click on a name in the drop-down to show that record. It works great in finding the records except that the...
Back
Top Bottom