R
R Keck
I've been away from ASP and ADO/DAO for several years and my books are in
storage in the next state ...
I'm trying to remember some sort of recordset code so that I can not utilize
the webbot database/form tool. What I want to do is display all fields from
a record (about 25 fields, but on average, only 13 are used), but I want to
skip null fields and write out a continuous result to a page that ONLY has
field data and text identifiers for the fields WITH data, and not a bunch of
wasted real estate.
Some how I need to fetch the field data, determine if it's null, then do an
If-then and place the field identifier text and field data on one line, or,
skip and move to the next field, and so on.
Make sense?
The database can be SQL or .mdb (and/or sharepoint), prefer SQL/non
sharepoint.
Thanks
storage in the next state ...
I'm trying to remember some sort of recordset code so that I can not utilize
the webbot database/form tool. What I want to do is display all fields from
a record (about 25 fields, but on average, only 13 are used), but I want to
skip null fields and write out a continuous result to a page that ONLY has
field data and text identifiers for the fields WITH data, and not a bunch of
wasted real estate.
Some how I need to fetch the field data, determine if it's null, then do an
If-then and place the field identifier text and field data on one line, or,
skip and move to the next field, and so on.
Make sense?
The database can be SQL or .mdb (and/or sharepoint), prefer SQL/non
sharepoint.
Thanks