I tried using the select command below,
strCommand = "SELECT [Addressbook].[Email] FROM [Addressbook] WHERE [Addressbook].[Email] = @txtFrom.Text";
however it didnt seem to collecting data from the txtFrom textbox, it gave me an error that:
No value given for one or more required parameters.
To view the code:
http://www.sks.co.za/workingEMAIL4.aspx
Brett