Ask a Question related to ASP Database, Design and Development.
-
Ivor Problem #1
Displaying one field in two <td>s per <tr>
Hi,
I'm trying to display all the records in one database field in a table
with 2 <td>s per <TR> but don't know how to do it (or even if it can
be done).
e.g. <tr><td> fieldA.record 1 </td><td> fieldA.record2 </td></tr>
<tr><td> fieldA.record 3 </td><td> fieldA.record4 </td></tr>
At present I'm trying to modify an existing bit of code to use a
record count add a </tr><TR> if the counter can be divided by 2 but as
I only vaguely understand this stuff any help would be appreciated
(esp. an example of something similar) - many thanks, Ivor
Ivor Problem Guest
-
Autopopulated form not displaying data in pdfunless the form field is clicked
Within my online application, I have a pdf form that is auto generated and displayed to the user in the browser. My problem is that the populated... -
Displaying only a part of a record field
I would like to output only a part of a record field which is returned by a query. For example the outputed text would look like: "Drawing has... -
Displaying scrollable tables in text field...
I am a visual design type that is not that script savvy. I have some projects that I would like to remove from my weekly update schedule by turning... -
problem displaying MEMO field from ACCESS 2000 on WINDOWS 20003
Hi, I have been using access 2000 for two years on WINDOWS NT to display dynamic aweb page using ASP My ISP has now changed to Windows 2003,... -
Valuelist from field not displaying in CDML
I have created a database called "CategoryDB.fp5", inside it has 2 important fields : "Category" and "CustomerID" - at the moment it contains 11... -
Aaron Bertrand - MVP #2
Re: Displaying one field in two <td>s per <tr>
[url]http://www.aspfaq.com/2247[/url]
"Ivor Problem" <howard.brock@virgin.net> wrote in message
news:9ce44920.0307311124.51a8d3b5@posting.google.c om...> Hi,
>
> I'm trying to display all the records in one database field in a table
> with 2 <td>s per <TR> but don't know how to do it (or even if it can
> be done).
>
> e.g. <tr><td> fieldA.record 1 </td><td> fieldA.record2 </td></tr>
> <tr><td> fieldA.record 3 </td><td> fieldA.record4 </td></tr>
>
> At present I'm trying to modify an existing bit of code to use a
> record count add a </tr><TR> if the counter can be divided by 2 but as
> I only vaguely understand this stuff any help would be appreciated
> (esp. an example of something similar) - many thanks, Ivor
Aaron Bertrand - MVP Guest



Reply With Quote

