Search results

  1. P

    Animated - Auto Hide Form

    My fellow developers I want to develop an Ms Access Main Form, which will be able to :  Move automatically to the Left of the Database Window  On Mouse over to be able to show with animation (done that)  When Mouse pointer isn’t on the form to be able to hide with animation (partially done...
  2. P

    Replace a word in a Word Document

    Thanks a lot my friend. I have tried your code and is working excellent except the Header and Footer section. After a long search in google and with a bit of modification I have tried this : Public APWORD As Word.Application Public Doc As Document Private Sub Command2_Click() Set APWORD =...
  3. P

    Replace a word in a Word Document

    Dear friends. I have a problem. I need to distribute some word files (documents) and each time I have to change some certain words inside it, depending on the situation, the distribution date etc. I tried to link the word documents to my Ms Access database but then the results were not...
  4. P

    Access Continues Forms

    I did not set the Forms Footer. Now it's working nice. Thanks a lot my friends. You helped me a lot.
  5. P

    Access Continues Forms

    Well I tried that. Actualy I created a Textbox and applyed as Value this =Sum([The Number Field]) But nothing happend. I' m sure the syntax is ok. I don't know, maybe you can help out with this. Then I figured something else: To move to the first record of the form, focus on the textbox I want...
  6. P

    Access Continues Forms

    Hello from Greece. I have a little problem. Let's say I have a Tubular (Continues) Form with these Textboxes (assigned to fields in a Table Customers) : SerialNo Name Date_Of_Birth Value 1 Theodore 9/12/76...
Back
Top Bottom