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 Rhinorhino 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: htdenver
  • Content: Threads
  • Order by date
  1. htdenver

    Multiple Selection List - Show Previously Selected Values

    I have a HTML/PHP form with a Selection List field where the user can select a value from the list, fill out other text fields and save the form. The next time the user visits the site and brings up the form, I want to allow the user to edit previously entered and selected data. Now I'm fine...
  2. htdenver

    [b]OWA using contacts question[/b]

    I am trying to accomplish two things. 1. I need to have a set of contacts brought into OWQ to use as the default contact list. That means when a user composes a new email this list would be the default in the drop down list to select a contact. I have researched and cannot find out how to...
  3. htdenver

    Line break within excel cell via code not working

    Im trying to insert a simple line break via VBA from an access report. Report looks fine but when I export to Excel the cell shows a | istead of putting a line break in. Code to use was simple as follows. Dcity = Dcity & Chr(13) MERIDIAN - Showing up as this where Meridian is the city and...
  4. htdenver

    Programmatically load products from table in correct order

    I had posted this a while back but I still haven't been able to figure it out. I need to get products loaded in a truck for delivery in correct order based on what type of product it is. Frozen needs to be grouped with Referated WHEN POSSIBLE according to the Drop sequence. Drop 3 would be...
  5. htdenver

    Design question (function)

    I need to design a function that will help me load a truck in the appropriate order. I have a SQL call that will bring back the following. Drop 3 Frozen Drop 3 Refrigerated Drop 2 Dry Drop 2 Frozen Drop 1 Dry Drop 1 Frozen I need to load the truck in this order based on that information...

Part and Inventory Search

Back
Top