I'm trying to create an Outlook form where there are text boxes where you enter quantity, item and description and when you click a command button it adds the items to a listbox so you can request multiple items. (That I have working.) What I need to know is (and having trouble with) is getting all the values in the listbox to a field, and then a means to get them out of the field and back into the read form. Right now it returns nothing from the listbox when the E-mail is sent.
The office is looking for an Outlook form used for requesting office supplies that are stored at the main headquarters. Remote offices would fill out the items requested and E-mail that request to main HQ. Who in turn would send the items.
Or would I be better off placing the items in a database and storing a unique id in the field and retrieving the items that way?
The office is looking for an Outlook form used for requesting office supplies that are stored at the main headquarters. Remote offices would fill out the items requested and E-mail that request to main HQ. Who in turn would send the items.
Or would I be better off placing the items in a database and storing a unique id in the field and retrieving the items that way?