Search results

  1. P

    "X" button

    hidden form does not hide Thank you for your advise. I did exactly what you advise. The "X" button is disabled, but my "hidden form" does not hide (not invisible), "my form" is opened in another windows. The hidden form is here, then I have to switch to "my form" by hand. Pls. help me!
  2. P

    "X" button

    I know how to disable "X" button on each form that will close the form. But how to disable the "X" button at the most top line which display "Microsoft Access - ....". The user kill the application accidentally by pressing this "X" button.
  3. P

    DLL & OCX link

    I got a special input device which comes with its .dll and .ocx files. I would like to access the device in the Access application. Would you please teach me how to integrate? Give me procedure and some example on linking the new dll or ocx files in VBA. Thanks
  4. P

    check file existence

    I would like to have a routine to check file existence under VBA. Pls. give me some example. Thanks
  5. P

    form/subform using like

    attached pls find my program. Test method: 1) open product_maintenance form which will link product form 2) key in "AC*" in product code field in product_maintenance form, it will display all records with "AC....." product code 3) key in specific product code e.g. "ACS-1000" which will...
  6. P

    form/subform using like

    I have design a form and subform where the records being listed in the subform depends on the "product code" field in the main form. I do not use link field because it is allowed to input wild character in the "product code" field. e.g. product code ="*", then display all the products, product...
  7. P

    display pie chart, graph

    sample db Would you please give me the link? Thanks very much
  8. P

    display pie chart, graph

    Can I report the data in pie chart, graph like Excel under MS Access?
  9. P

    scan picture and store file name automatically

    I would like to design a form which point to a table. When I press one button, it will scan the picture (TWAIN scanner), save and automatically pass the filename into one of the field in the table. Is there anybody to give me some sample codes?
  10. P

    select file name

    f I am not using Ken Getz code. Last time, I started from the hyperlink "this thread" on your reply and then download the sample.zip file which is the reply thread from WayneRyan. By the ways, how can I get Ken Getz testIT() function?
  11. P

    select file name

    select filename (again) Thank very much! If I want to select only (.bmp) OR (.jpg) files, would you please advise me how to set in variable "sFilter" Existing example : sFilter = "Word Files (*.doc)" & Chr(0) & "*.doc" & Chr(0) which allow *.doc only
  12. P

    select file name

    Inside the input form, there is one text field which suppose to store the filename. During field input, I would like to design in such a way that the user can browse the drive, path, folder and click the file name at last rather than manually key in the exact path and file name e.g...
  13. P

    date time picker

    I have registered date time picker activeX ("MS Date Time Picker Control Version 6.0) which is Mscomct2.ocx, put under C:\WinNT\system32. I use it in my form, run fine under MS Access 2000 and MS Access XP. But when I move the program to run under MS Access Runtime 2003, the Runtime version does...
Back
Top Bottom