Search results

  1. M

    adding images to a form

    That mush mean an asking a lots of question LOL
  2. M

    adding images to a form

    Hi all. I have a continues form that list around 2000 products. I want to show the image of each product . SO the user can look at the image to make sure it has the right product. I have the images sorted in a folder on the pc. I use a field in the products table to store the location address...
  3. M

    link a combo box to a list box

    Thanks. when i see it, it simple, I think lock down must be frying my brain
  4. M

    link a combo box to a list box

    HI I am hoping you can help me. I seem to have a metal block and can’t remember how to do this. I have a form, with a combobox (on the form header) that is linked to a table called suppliers. The table has the suppliers Name and IDcode and other information. When the user selects a supplier...
  5. M

    fonts size

    thanks' that bill, i knew it did some where. but could not think where, merry Christmas
  6. M

    fonts size

    First of all A merry Christmas to all, I hope you have better thing's to do today the 25th than read this lol my eye sight is not as god as it used to be. I was wondering if any one know how so increase font size on the vba screen thanks mike
  7. M

    need help with an image problem

    thank you so much, now you point it out, it obverse
  8. M

    need help with an image problem

    I have bit of code below, that should open a image file. Namely a jpg file, that i or the user selected for the dialog box. But i keep getting an error "error message 20=Microsoft can't open the file'C:\Users\miked\2\LandM\images\6jpg' i have put in the references libraries as you can see in...
  9. M

    how do I link a list box to another list box

    Thank for the info, was a great help.
  10. M

    how do I link a list box to another list box

    Hi thank for the info, I just got time to work on it today. thanks
  11. M

    how do I link a list box to another list box

    Hi all, I hope you can help me. I want to use the selected row in a list box , which has 3 fields in it. CustID, CustADD and CustName. that will then populate a second list box with invoice details where the custid from a invoice table is = to the custID in the first list box. So that I have a...
  12. M

    Printer not found

    Hi i have both shut down the printer and laptop a number of times. the printer is hard wired via a ubs port and the printer was installed using a manufacturer downloaded drivers. I am using windows 10 i have removed and reinstalled the printer using both let windows installed the printer and by...
  13. M

    Printer not found

    Hi I had a problem with my hp printer the other week, it ran our of ink. I refilled the cartridge and every thin was fine, until I came to use my database in access 2010 . The data base no longer see's my printer at all. I have un-installed and reinstalled the printer a few times already...
  14. M

    loading images for a array

    Hi all I have a form , on which i wish to add a number of images during run time I am using a image type to show the images. As they will be a lot of images to pick from, I am storing the images on the a drive, and have a table with the address of each image. ( this is to save loading all...
  15. M

    wERE CAN I FIND HELP TO CREATE HELP HINT ON BUTTON ect

    thanks for the idea, you have given me food for thought
  16. M

    wERE CAN I FIND HELP TO CREATE HELP HINT ON BUTTON ect

    thanks for the reply, i have found what i was looking for
  17. M

    wERE CAN I FIND HELP TO CREATE HELP HINT ON BUTTON ect

    thanks for your replay, i have now found what i was looking for, very near to your idea
  18. M

    wERE CAN I FIND HELP TO CREATE HELP HINT ON BUTTON ect

    Hi all am trying to find out how to add help hint or note to a project. Does ant know were i could find some help on how to do it
  19. M

    I KEEP GET A ERROR MESSAGE run time error 94 invalid use of null

    hi yes i am checking the table does not have a persons details already. If the reply is null then i add the new person. thank to all for taking the time to help
  20. M

    I KEEP GET A ERROR MESSAGE run time error 94 invalid use of null

    yes i am cheeking the individual person on 3 values.
Back
Top Bottom