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 bkrike 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: *

  • Users: mmaglio
  • Content: Threads
  • Order by date
  1. mmaglio

    color changing

    Can anyone help me to change the color directly on the pixels using VB? I'm creating a simulator that can tilt a virtual LCD with different parameters and show the resulting color changes, and I was asked to do it by changing the color directly on the monitor... Anybody point me in the right...
  2. mmaglio

    How to display field in Text box

    I would like to display a memo-type field in a text box when the user chooses a record from a listbox. The Listbox holds the Primary Key, and the memo field is in the same table as the RowSource of the listbox. I just cant seem to figure out how to get the textbox ouput to display the field...
  3. mmaglio

    Problems displaying a memo field on form.

    Hi everyone; I want a text box to display the description of a vendor when I choose that vendor from a list box. The list box (listVendor) does not show all the vendors in the database. The contents of this list are narrowed by the choice in another list box on the form. The table 'VendID' has...
  4. mmaglio

    Need to display a memo field on the form.

    Good Afternoon, everybody I have a listbox with the names of companies in it, and i would like to display a description of the company on the form as the listbox is updated. I have a CompanyID table with the 'name'and 'description' fields. This seems like it should be straightforward, Ive...
  5. mmaglio

    Searching memo fields

    I'm planning on making a description field for most of the records in my database, and I would like it to be searchable. I'm not sure yet how I want to display the resulting records, maybe in a listbox or something, but I do want to know if this is possible, or if the description field needs to...
  6. mmaglio

    Too many characters in the field.

    Im trying to enter a brief description of the companies in my db so I can give the user a brief overview of what each company is selling. I plan on having this info pop up in a text box or something as the user scrolls thru the list on my form. Problem: too many characters in the field. Any...
  7. mmaglio

    User Interface

    I have a database with 3 basic sets of data (vendors, product types and manufacturers), all of which have many to many relationships with each other. The db is functional (I can get the information I want manually, with queries and filters), but i need to make it so anybody can use it...
  8. mmaglio

    how not to include duplicate rows?

    Ive used a query to make a table which shows the data I want, (specifically, which vendors carry which products) but it repeats the same pairs of values many times (when a vendor carries the same product from many manufacturers). Anyone know how to format the resulting table to just disregard...
  9. mmaglio

    First, I appreciate anyone even rea

    First, I appreciate anyone even reading this, it is pretty long, but i wanted to get all the details that might matter. If its not enough, I will add whatever. Thanks in advance! I have been trying for a few days with little success to program this database. (I am very new at this) I have...
  10. mmaglio

    how to combine repeated values?

    Ive used a query to make a table which shows the data I want, (specifically, which vendors carry which products) but it repeats the same pairs of values many times (when a vendor carries the same product from many manufacturers). Anyone know how to format the resulting table to just disregard...
  11. mmaglio

    many to many to many?

    After reading up on database theory and Access, I'm only more confused on how to get this database to work. Its a database of manufacturers, vendors and products. Many vendors represent many manufacturers, who make many different products. Manufacturers are represented by many vendors. is it...

Part and Inventory Search

Back
Top