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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.