Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Access VB question!!!???
Name: agehoops Date: October 9, 2004 at 09:47:09 Pacific OS: N/A CPU/Ram: N/A
Comment:
I was wondering if anyone could help me. For a school project i am making a databse, and i am wanting to set up a form, where i can type in any email address into a field, either type the message, or have the message in the VB code, and click send, and let it send the email. Could anyone help me?
Name: rayok Date: October 9, 2004 at 10:24:31 Pacific
Reply:
Errrmmm that's quite complicated, you basically want to replicate an email client using access ? errr why access of all things. As to an easy solution what about something in html (you can have various databases including access displayed in html). Utilise an html form and use the mailto: keyword to invoke the email client and pass data displayed on the form to the email body
Techy n Welsh
0
Response Number 2
Name: agehoops Date: October 9, 2004 at 10:37:18 Pacific
Reply:
how exactly do i make an HTML form. Never used one before. Sorry if that sounds stupid but i'm not the best at databases. I have found code to send e-mails through access, but the most of them, require that the email address is put in the code, and then it is only sent to that person,i want to specify who i send it to.
0
Response Number 3
Name: rayok Date: October 9, 2004 at 12:12:46 Pacific
Reply:
I'm not 100% sure of what you want to do but does this help ..
when creating a table in design view make one of the fields "hyperlink" when you go back into datasheet view to input data put in mailto: rayok123@hotmail.com when you click on it it will invoke the email client with a pre addressed email
Techy n Welsh
0
Response Number 4
Name: agehoops Date: October 10, 2004 at 12:45:44 Pacific
Reply:
ok then. I'll give that a go, see if it does what i want it to do. Thanks for the help.
Summary: I am proficient in most software but have very limited experience with Access. My question is this. Say I have a table for several months containing data in the following format: Jim RRR 2000 A B...
Summary: hey im trying to find out how to use char13 in access 97, i dont rememeber how it is writen i thought it was chr(13) but it dont work so does anyone know how to write it in access 97??? can u also sho...
Summary: I have a problem with the following code: Private Sub Worksheet_Change(ByVal Target As Excel.Range) With Target If .Count > 1 Then Exit Sub If Not Intersect(Range("U7:U...