Search results

  1. L

    Copy Existing Fields to New Records

    Here is a sample of the fields on this form (see below). Ideally, I would like to have a Duplicate or Create New button that would copy the RED fields to a new order. That way the user don't have to re-enter the same information all over again. Hope this make sense, let me know if you need...
  2. 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...
  3. L

    Copy and Create A New Record

    Actually I just zipped the mdb file. Should I just zip up the FE only?
  4. L

    Copy and Create A New Record

    I just zip the program and it is 565 KB, so I guess I can't upload it to the forum, right? Any other choice?
  5. L

    Copy and Create A New Record

    Hi Dreamweaver, When I click on your link, I only see an image. There is nothing for me to read. Did you meant to post something else? Thanks again!
  6. L

    Copy and Create A New Record

    Hi RuralGuy, This is probably a dumb question, but I am new to Access. I have already splitted the DB. How would I attach it to this forum? Thanks!
  7. L

    Copy and Create A New Record

    Attached are Some Screen Shots The program works fine currently, I just need to enhance it so the user can copy from any current records to avoid entering in the same type of information. Thanks!
  8. 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...
  9. L

    How to do Sub Total on a Report

    Thank you so much Paul! It works like a charm.
  10. L

    How to do Sub Total on a Report

    Thanks Paul, but I only see Page Footer and Report Footer. I don't see Group Footer. Can you explain further? Thanks and appreciate your help!
  11. 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.
  12. L

    Button with Message Pop Up

    Thanks for your help!!!
  13. L

    Button with Message Pop Up

    Hi Ted, Thanks, it works like a charm. Is there anyway, the user can select Yes or No from the Message Box? Right now, it only has an OK button. Thanks again! Private Sub cmdSave_Click() On Error GoTo Err_cmdSave_Click DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, ...
  14. L

    Button with Message Pop Up

    Hi Ted, The codes are already in the On Click [Event Procedure], I wasn't sure how to add a message to the current codes when a user press the button the message pops up. Sorry for the confusion. Thanks!
  15. 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...
  16. L

    How to create an Expire field?

    Hello Mark, Thanks for the example. I have some questions for you. When I open the file, the 1st record has a date of 8/21/2006 and the Expired field is not check. Once I change the date to 8/22/2006, the Expired field is check. Is there any way that if the date is equal to or less than today...
  17. 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