Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sterobw

    Snapping Slider

    I have a very simple problem. My slider outputs to a textbox, but I don't want the numbers to appear above the slider when it moves. How can I prevent the numbers from appearing when the slider is moved? Thank you, Steve
  2. sterobw

    String manipulation in order to run code if character exists in string

    thank you for the quick response PHV! I know it is a simple thing but you really made my morning a lot easier and more productive! Steve
  3. sterobw

    String manipulation in order to run code if character exists in string

    I was hoping someone could help me with a very simple question. Is there a way to have multiple commands on a singleline. Below is the code that I would like to somehow use rather than listing each command on a separate line. However, the comma isn't an approved seperator as I keep getting a...
  4. sterobw

    Set Focus Problem

    Greetings, I have a form set up with five tabs on a tab control box. The problem I am having is that this is a data entry page and I have the tab control for the text boxes (of which there are several on each page) set up with mandatory input and the focus automatically goes to the next...
  5. sterobw

    Help selecting a record from a filtered query

    Lightning, Thanks for the great info. I need a way to copy "LastName" and "FirstName" from "tblEmpInfo" (has all emp info entered) to "tblEmp" which is an empty table. I copied "tblEmpInfo" from another db. How can I modify the above code to automatically populate my blank "tblEmp"? I know...
  6. sterobw

    How can I add photos to my database and store them in Access?

    Bob, I created an Event Procedure for the form's On Current attribute, placed the Me![PictureImage].[Picture]=Me![ImageControl] there (in the VBA code) and the form now allows browsing through images using the record buttons at the bottom of the form or navigation buttons I added. Still don't...
  7. sterobw

    How can I add photos to my database and store them in Access?

    Actually the code doesn't stop anywhere. I just recieve an error message the Access can't find the macro 'Me!PictureImage.' The message goes on to say... The macro (or its macro group) doesn't exist, or the macro is new but hasn't been saved. Note that when you enter the...
  8. sterobw

    How can I add photos to my database and store them in Access?

    Bob, Thank you for your patience. I have the form working with the exception of showing the image. I can "browse" through the five (paths) to images in my table ( the paths show up in the ImageControl textbox). However, every time I go to the next image I receive an error stating "Microsoft...
  9. sterobw

    How can I add photos to my database and store them in Access?

    Andy, Thanks for the great example. I have a couple questions for you. 1. Why the "#" in the txtPathToHyperlink field in your table? 2. Is it possible to refer to pictures elsewhere than the folder where the database is stored? I would like to be able to index images in seperate folders...
  10. sterobw

    How can I add photos to my database and store them in Access?

    Do you have a textbox named ImagePath on this form? Yes, I put them on the form using the fieldlist box (I was incorrect in saying listbox) from my table titles "Images" So, I have two text boxes on my form linked to my table. What is this listbox that you are referring to? See above Does...
  11. sterobw

    Adding Images To Forms

    I have tried following your instructions and have still managed to keep things from working. I created a table "lookupImage" with three fields; a key, "name" (text), and "imagePath". Next I created a form and place the two fields (name and imagePath) on via the listbox, so they should be...
  12. sterobw

    How can I add photos to my database and store them in Access?

    I have tried following your instructions and have still managed to keep things from working. I created a table "lookupImage" with three fields; a key, "name" (text), and "imagePath". Next I created a form and place the two fields (name and imagePath) on via the listbox, so they should be...

Part and Inventory Search

Back
Top