473,394 Members | 2,100 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Importing information to access from web page

Hi
I wish to import a street address from a web page. An example is
http://www.domain.com.au/Public/Prop...x?adid=3967440 ( In
this case the info I wish is below the yellow Rain and Horne logo,
ARNCLIFFE $240 18/8-12 KING EDWARD Street) currently, I am cutting and
pasting the info by hand into the database, as the address is formatted
on two lines on the web page, this is quite time consuming. The title
bar on the web page actualy has the info in the correct format for my
access database.
Is there any way of extracting this information with access without the
need to go thru the process of "view" "source" then copy paste.Or could
anyone steer me in the right direction for an answer.
Thanks
Greg

Nov 13 '05 #1
2 1417
If you put a browser on a form that navigates to the page of you choice
you should be able to extract the data if it is in a form on the web page.

Look at this: http://files.bdmco.com/browser.mdb

"Greg" <gr********@hotmail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
Hi
I wish to import a street address from a web page. An example is
http://www.domain.com.au/Public/Prop...x?adid=3967440 ( In
this case the info I wish is below the yellow Rain and Horne logo,
ARNCLIFFE $240 18/8-12 KING EDWARD Street) currently, I am cutting and
pasting the info by hand into the database, as the address is formatted
on two lines on the web page, this is quite time consuming. The title
bar on the web page actualy has the info in the correct format for my
access database.
Is there any way of extracting this information with access without the
need to go thru the process of "view" "source" then copy paste.Or could
anyone steer me in the right direction for an answer.
Thanks
Greg

Nov 13 '05 #2
but I think the original poster wanted to do something like parse the
page. and grab the information inside a formatted section...

find this section:

<div class="propdetails-address">
<h1>ARNCLIFFE $240</h1>
<h2>18/8-12 KING EDWARD Street</h2>

</div>

and then remove the data. One way you *might* be able to do it is to
do something like:

1. get the position of the <div class="propdetails-address">
2. get the position of the next </div>

take everything in between (use InStr).
then parse out <div class="propdetails-address"> and the closing
</div>

then you're left with what you want. So you write it to your table.
How you do this on the fly straight from the webpage. Not a clue.

Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Darren | last post by:
I have been attempting to create a reservation planning form in excel that imports Data from an Access database and inserts that information automaticly into the correct spreed sheet and the...
11
by: kaisersose1995 | last post by:
Hi, I've got an import procedure working, using a standard import specification to import a .csv file into a temporary table. The problem i'm having is that i have 4 different sets of borrower...
5
by: hharriel | last post by:
Hi, I am hoping someone can help me with an issue I am having with excel and ms access. I have collected data (which are in individual excel files) from 49 different school districts. All...
4
by: captainphoenix | last post by:
Windows XP Home Edition VB 2005 MS Access 2003 I am having problems importing mdb information from access to visual basic. The first application worked fine, but the second one refuses to work,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.