Hey!

I have a MS Access program, that would need to send a HTML POST to some other program and then be able to receive info back. how can i do this with VB code? Let's say that the POST should be sent after clicking a button and the POSTed info should be "username" and "Password". I would then send back info on if theres such a user with such a password....

thanks bigtime!