Recent content by Infiltrate82

  1. I

    publish to web

    I also am interested in doing something like this. I have a database that I am going to slim down to about one table that i will manually update everday. I then want people to be able to access a web page, and with a few search options be able to run a query run against my Access DB and have the...
  2. I

    Query Results In Listbox to Textbox.

    I got one for you...I have a textbox that a user puts in a number. this number is then ran against a table and the query results are displayed in a listbox. I then want the columns in that listbox to be put into several text boxes automatically. I have this working if i click on the listbox but...
  3. I

    Display Picture for each Record in Access DB

    How I got this too work... i added a column to my table for each item that i wanted to link to a picture. In this column i added a path to the picture i want to come up with the item. I then put a textbox on the form with control source as list1.column(20) --this is the column in the listbox...
  4. I

    Display Picture for each Record in Access DB

    calling a column... If you have the path to an image in one of the columns on your query results, C:\blah\blahblah\test.jpg how would you get the image to be shown for that item... for example i have a query being displayed in a list called lstnum1...and in column 15 is the path to a picture...
  5. I

    Query-->Listbox--->Form Labels

    Thank you so much for your speedy responds. I knew it had to be something small. It didnt seem to be that complicated of a task to do, I really just didn't know how to ask for what I wanted when I was searching. Thank alot. Semper Fidelis.
  6. I

    Query-->Listbox--->Form Labels

    Hello. I will try to explain this as detailed as I can because I can really use some direction! I have a form. On the form I have a text box. The value of the text box is ran in a search type query and the query results(often multiple) are displayed in a listbox. This is were im stuck. I want to...
Back
Top Bottom