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!

Recent content by htdenver

  1. htdenver

    Multiple Selection List - Show Previously Selected Values

    Thanks for the help but that is not going to work for me, I DONT THINK? Maybe im missunderstaning. The values of the select box are stored as comma dimlited. For example: The field stores the values selected as Item 1, Item 3, Item 6 if that is what was selected. So not one value but a...
  2. 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...
  3. 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...
  4. htdenver

    Line break within excel cell via code not working

    I tried that, did not work either. Thanks for the help though.
  5. 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...
  6. htdenver

    Programmatically load products from table in correct order

    Sorry FreightState column heading is DropDesc as in the SQL.
  7. htdenver

    Programmatically load products from table in correct order

    Yes you are right, the simple table consists of the following. LoadNumber DropNumber FreightState 6771 3 Frozen 6771 3 Dry 6771 3 Refrigerated 6771 2 Dry 6771 2 Refrigerated 6771 1 Frozen 6771...
  8. 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...
  9. htdenver

    Design question (function)

    Thanks for the help! But I still need to get in correct order based on state. Frozen needs to be grouped with Referated WHEN POSSIBLE according to the Drop sequence. Drop 3 would be last stop and so on. This is because we insert divider to keep frozen and Refrig cold. For Instance if you had...
  10. 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