Microsoft
Software
Hardware
Network
Question : Copy data from a web site into ms access
Is there a way, by pressing a command button to copy an already selected item (coordinates) from a web site and automatically past it into ms access? Please see my screenshot for a better understanding of what I am trying to do. Please note that I am displaying the web page within a Microsoft Access 2007 form. Normally I can accomplish this by selecting the coordinates, press Ctrl+C on my keyboard and then Ctrl+V to paste it into my MS Access field. I would like to perform the same thing by simply pressing one button on the form. I have tried to use SendKey but it doe not copy anything.
Thank you,
Silvio
Attachments:
coordinates.jpg
(60 KB)
(File Type Details)
Example
Answer : Copy data from a web site into ms access
the ecexwb function supports copying the whole page..
we could also skip copying and go for the innerhtml of the document
the following page has more info..
http://infofirst.net/code/
0007.htm
i dont have much time to code tonight.
Random Solutions
MySQL Rows to Columns by Group
Split strings with RegEx
Import text file - definition (field name, delimited, lng) based on a table
Dot Net Written Test and Interview questions, Can any 1 suggest link
obtain source (/usr/src) for 8.0-RELEASE-p3
Server 2008 R2 - Can Connect to Server By IP, but not computer name
Rsyslog template regular expression
Problem with file name comparison in unix script
NDMP backup failure(99)
mouseleave event on panel, vb.net winforms