nested tables

U

ubu

Is there any way to convert nested tables into fields so I can import the
html into Ms Access?

I have html with multiple table layouts that I'd like to import into Access.
 
K

Kevin Spencer

"Table" can mean different things. You wouldn't try to import your coffee
table into Access, would you?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
U

ubu

By table in html I mean a <table>. I'd like to convert it into a field that
I can import into Access.

I have several frontpages that have nested tables containing the field info
that I want to import as fields into Access.
 
T

Thomas A. Rowe

Most likely you will need to un-nest the tables first, then open the page in Excel, so that you can
assign column/field names, then you can import into Access table.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top