HTML snippits out of microsoft access
-
Create a table of html snippits in microsoft access from data already in the database. OK. Basic question here which I can't see an obvious way to do. I have a bunch of data that I want to group and then output as a set of HTML snippits to be uploaded to a larger web database. Specifically, I have a table of counties and cities. I want to a) create an html table for each county that lists the cities within that county. Then, b) I want to insert this snippit into another html page (which already exists.) I can do B) but am having trouble with A). Based on my rudimentary way of doing B, I need a way to do this that puts the HTML snippits from A into an access table of their own, with each row being a county. Essentially, a table that has two columns: county, and "html table of cities for that county". Help me mefi!
-
Answer:
i did something like this except it was a whole page. i ended up putting the html into an insert querty. my sql for it looked something like insert "html text" & accesstablevariable & "more html text" into finaltable where ... so all the non changing html was in the query, and inserted into an empty table each time.
mtstover at Ask.Metafilter.Com Visit the source
Other answers
Thanks lester -- I used that as a start to my google fu and then found a detailed answer on how to concatenate the rows in access http://stackoverflow.com/questions/230241/does-ms-access2003-have-anything-comparable-to-stored-procedure-i-want-to-run Apparently this is easy to do in mySQL but hard to do in access. But now all tidied up!
mtstover
Related Q & A:
- How To Convert Psd To Html?Best solution by Stack Overflow
- What Is HTML?Best solution by Yahoo! Answers
- How to dispaly HTML page in Silverlight application?Best solution by devproconnections.com
- How to enable Microsoft Access Driver (*.mdb, *.accdb) in Microsoft Azure server?Best solution by Stack Overflow
- Is there a free program like Microsoft Access?Best solution by wiki.answers.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.