Search results

  1. A

    database for sale

    Thanks for all of you wo have replied. There is one thing i think i should have made clearer. i own the comany that i work for and for who i have developed the database for. One of my customers wanted a similar sort of database so ive shown him ours and he wants me to wirte one for him. I have...
  2. A

    selling a database

    Hi I have approached by a company that would like me to prduce a database sulution for them based on one i have written for our company. i have warned that this is not as straight forward as writting it and selling it to them in terms of ownership Etc. Can anyone point me in the direction of...
  3. A

    create a appointment in outlook

    Dear all. Can anyone please send me some sample code of how i can make a form output its date content to make an outlook appointment. please send to Graham@atbltd.co.uk Thanks
  4. A

    copy data form form to form.

    Here's the challange, i would like to copy records from a popup form showing my stock list and using an event on double click copy the data to a populate a record on my invoice form. (Ie. select stock form list and add it to invoice) Can anyone point oin the right direction of what i should be...
  5. A

    Currentcy Calculation

    Cheers Alex. The code work well. ATB
  6. A

    Currentcy Calculation

    Is it possible for me to round up a calculated curency field in a query to the nearest 49p or 99p. Example £2.57 becomes £2.99. Thanks.
  7. A

    Help with two forms

    Thanks, but can't seem to get this working. The 1st form does remian open but not active, does this matter? I have put the code but still doesn't seem to post the customer id in the field when adding a new record. Any other idea's Cheers
  8. A

    Help with two forms

    I have a form which shows me my chosen customers details and a subform listing all jobs performed for the customer. You select the job in question from the list and this opens a 2nd for giving details of the job. This works well until i want to add a new job. as soon as the 2nd form moves to a...
  9. A

    VBA HELP PLEASE FOR A LEARNER

    Thanks for your reply, i am still having a spot of bother wiht the code. below i have pasted the code i am using can you tell me whta ive done wrong. DoCmd.OpenForm "invoice", acNormal, , "[ID] = forms!f_outstanding invoices!ID", acFormEdit, acWindowNormal thanks
  10. A

    VBA HELP PLEASE FOR A LEARNER

    I AM CURRENTLY TRYING TO REPLACE ALL MY MACRO'S BY USING VB BUT AM STUCK ON GETTING A DCLICK EVENT TO OPEN ANOTHER FORM ON THE SAME RECORD. CAN SOME ONE POINT ME IN THE RIGHT DIRECTION IN WHICH TO LOOK. SHOULD I BE LOOKING AT THE WHERECONDITION WITHIN THE DOCMD.OPENFORM FORMULAR? ANY REPLIES...
Back
Top Bottom