Recent content by Adam858

  1. A

    Copying Value From A Calculated Field In A Subform From A Dirty Field On The Subform

    Problem now solved, needed parent.recalc in the after update event of the sub form. All the best Adam
  2. A

    Form problems

    Could be that your form has become corrupted. I have had a bad form before cause a lock up. I would try copying all the controls etc to a fresh new form and see what you get!
  3. A

    Copying Value From A Calculated Field In A Subform From A Dirty Field On The Subform

    Hi, I bet this is a really easy one if you know what you are doing! Unfortunately I don't! Please see my attached db which is a slightly modified version of the northwind db. I simply want to copy the calculated order "total" field to an unbound field on the same main form called...
  4. A

    copy data and / or create a new record

    Thanks I will give it a try!
  5. A

    copy data and / or create a new record

    Thanks for your help Ted, I've probably explained it really badly, my explanations are about as good as my programming :eek: I have decided to simplify what I want into 2 different buttons for now, and I will try to combine the code later when I get it all to work, so for now, button 1: I...
  6. A

    copy data and / or create a new record

    Hi all, I am trying to create a button on a form in my db. I have a form called Jobs and a form called customer orders. I want each job to have one invoice (invoices are created using the customer orders form). The button is on the jobs form. When clicked I want it to create a new record on...
  7. A

    Access 2010 Web Database

    Ok thanks steve, I have now just decided to run it normally over the network and may get a web front end built eventually.
  8. A

    Access 2010 Web Database

    Is there any way of localy hosting an Access 2010 web database without using sharepoint? I want to create a database that I can update on any browser in the shop. Cheers Adam
Back
Top Bottom