Getting web page form results and tagged files into Access

  • Example 1Web Input Form
  • Example 2Bibliographic records

    Example 1

    Original email (note tagged fields indicating which value is in which field, and the numeric fields eg rj include a 'V' and could then have V47 to V52 to indicate whether the user had pressed option in range 1 to 5: This then looked like
  • I then created an Access table called message with autocounter field (to identify messages) and a memo field to hold the email.
  • I imported the emails into the message table using tab delimiter (, could not be used as too many commas in the text)
  • I created a second table called data to hold the correct structure
  • I created a form with a button to transfer all the data from message into data. The Basic looked like:

    Example 2

    This again had tagged fields, the data was edited to be on one line per record and imported into a single field table called reference. A table called research containing as many fields as there were tags was created to hold all the split references. Example of a reference Access Basic