this is how to send data to a web address:
http://www.experts-exchang
so basically, this will send a value from a Form field Me.TrackingNumber to a field on the web page called strOrigTrackNum:
web.Document.all("strOrigT
this will read from the web to Access:
Me.TrackingNumber = web.Document.all("strOrigT
jaffer
Main Topics
Browse All Topics





by: adraughnPosted on 2007-09-05 at 06:51:58ID: 19832302
You can do it with Data Access Pages, but I'm not a big fan. I used ASP.net and ADO.net
m/en-us/ac cess/CH010 713831033. aspx om/kb/2917 83
om/quickst art/aspplu s/
How to do it in Access:
http://office.microsoft.co
http://support.microsoft.c
How to do it with ASP:
http://samples.gotdotnet.c
Good luck,
adria