Search results

  1. L

    Copy Existing Fields to New Records

    I have a database and I wish to be able to copy 10 out of about 20 fields into a new record automatically using a command button on a form. Similar to the way the Duplicate button or the Create New button would work but only with these selected fields. None of the fields I wish to duplicate are...
  2. L

    Copy and Create A New Record

    I have a program that you can search all or a specific record. Once you find the record, you can double click on it and another form will open up with only that record's information. What I need is to have a button that will copy this record's name, address, phone number, contact info, and etc...
  3. L

    How to do Sub Total on a Report

    I have a report with Amount and Grand Total on it, but I don't know how to do Sub Total Amount by Magazine. Please see attachment for the screen shot and the report details.
  4. L

    Button with Message Pop Up

    This is probably very simple, but how and where do I add codes to the button where a confirmation message pops up? Like, "Are you sure you want to save?" or "Are you sure you want to exit?" For Example: Save and Close button Private Sub cmdClose_Click() On Error GoTo Err_cmdClose_Click...
  5. L

    How to create an Expire field?

    I would like to create an Expire Indicator field. This field would automatically check against today's date and if the Expiration_Date equals to TODAY, the indicator would automatically be set to YES. Does anyone know how to create this field in the table? Thanks in advance!
Back
Top Bottom