Search results

  1. E

    insert image path to a table automatically

    hi: i have a table to store file path for images "lastname" "firstname" "city" "image" is there a way to auto insert the path of the image with name to the image field (c:\students images\John Doe california.gif) by the value from the table in regards eshai
  2. E

    VBA Disable Escape Key (ESC), Interrupting Queries

    use send keys to to run app to block the keyboard on access or block input to access by microsoft tools
  3. E

    expert:need help with label repotrs

    i need help to modify the code and yes i think it well work the code work on a combo box i need it to work on a textbox
  4. E

    expert:need help with label repotrs

    need help with label reports hi: i have a students db and im trying to make a report that shows student image with name in a label view my images stored in a folder and i have a code to call them by a combobox i can't index my images or use any method because i'm getting my students table from...
  5. E

    check if file exist in a folder and make a list

    thank you very much its working prefect now i can print the list and run after the students to take a picture:)
  6. E

    check if file exist in a folder and make a list

    1.the combo box is linked to the student table by id not the perfect way but its working 2. i need to break the string to a rows now i get "lastname firstname city.lastname firstname city.lastname firstname city."and so on i need to replace the dot with a break that well make a new row below...
  7. E

    check if file exist in a folder and make a list

    hi: my form build different than yours the image is linked by "student id" and the code is defrent now i did a debag test and it was missing a little "," a mess is that that i'm getting the names in one row instead of a column my code for sowing images Private Sub Comboboxid_Change() On...
  8. E

    check if file exist in a folder and make a list

    hi: i have db with students table and a form that show picture of a student and author details all the pictures are in a folder and i have a code that called the picture by file name etc' now what i need is to which student is missing a picture 1. im getting error in half way 2 i want the...
  9. E

    working with vlc activex plugin

    forum rules or my method. didn't got it it's one big mass directshow 9 replace wia. i prefered to get a new camera and not go in to that but it will be nice if samone develop a free activex for that (i told it to logitech)
  10. E

    working with vlc activex plugin

    hi: i have a form to insert picture from a webcam by a button_click i did it with (appactivate & sendkeys) It's a bit messy now I got a new webcam logitech c310 that don't have a shortcut keys and the don't have a solution for access 2016 win 10(customer care) i know about 3rd party solution...
  11. E

    add image file to a form on open event

    thanx jiri your code did the job
  12. E

    add image file to a form on open event

    thanx for the reply The image name changes each time and its have to be "on form load" procedure
  13. E

    add image file to a form on open event

    hi: i have a popup form that have attachment control. record source is "tempimage"table the image is taking from a folder c:/img and there is only one file in the folder at a time i want the file to be loaded automatic to the form control when the form open file ext'=gif (the file are deleted...
  14. E

    rename image file by a fields in a form

    thank you so match work great. my head was stuck on "name procedur" "old","new"
  15. E

    rename image file by a fields in a form

    i build a register form for a new students is a part of a big db now i made a popup forms asking for the student to fill up is details id,firstname,etc' and the important detail is an image the popup forms work by 2 ways one menuly. I put in the details take an image of him and atech it. all...
  16. E

    make a form that show all images from a folder

    thanks for the reply i already have a folder that contain all images i need at to be as my picture this is the client requisition maybe it can be than in ms word or ? :banghead:
  17. E

    make a form that show all images from a folder

    hi: i have to build a form that show images exempel i need to show all students images from class a or class b and etc' i need it to it automatically base on the names in the table and query so if i open form"class a" it well fill at automatically
  18. E

    combine 2 code to 1

    thank you this was my next Q' work great in the future i'm going to this with RFID chip so be here to help me :)
  19. E

    combine 2 code to 1

    thank you but the code marking the all employed as yes when i need only to employed that login to get marked as yes
  20. E

    combine 2 code to 1

    because in my office i have query for every employed and a report. in the report is the btn334 function that do the yes/no and in the end user db i have only one query and report so i need the second code to do a filter by the first code
Back
Top Bottom