Ok folks I'm sure that there are other languages or programs that could get this done a lot easier without much hassle. However at this time Access 2003 is my only option. What I want to do is to have it extract information from the currently open email window in Outlook 2003 upon either a keycombo press event or a command button press event. Once it extracts the information I want it to put it in an access database table. The emails will have a format similar to this:
Order number: 553432
Company Name: Brighton Technology
Product Ordered: Mark 1 Widget
Quantity: 500
Price: $50
As you can see the field names will match the information to the left of the colon. Is it possible to do this in Access 2003's Visual Basic program or am I out of luck? Examples would be great as it has been a long long time since I have done any programming and the last programming I did was C++.
Order number: 553432
Company Name: Brighton Technology
Product Ordered: Mark 1 Widget
Quantity: 500
Price: $50
As you can see the field names will match the information to the left of the colon. Is it possible to do this in Access 2003's Visual Basic program or am I out of luck? Examples would be great as it has been a long long time since I have done any programming and the last programming I did was C++.