Question #2: Take in the address in the format: street/city/state/zip and separate the parts and write the street on one line and city, state zip on the next line.
Question #3: Using the address create an id concatenating four segments of data which you extract using a different VB function.
Question #4: There are 5 different conferences that my company organizes. They are held in Manhattan, Dallas, and Los Angles. The cost is determined by which conference and where it is held. I want you to set up some kind of list box for the different conferences and for the different locations. The user should click on a conference and click on a location and you should get back to them with the cost.
Question #5: Set up one or more arrays that contain department numbers that are not 0,1,2, the name of the department and the budget for the department. Retrieve the information based on a query for a department number.