Ask a Question related to ASP Database, Design and Development.
-
Bob Barrows #1
Re: Field "Captions" in Access
Phillip Windell wrote:
Sorry, but Caption is an Access-defined property that is not accessible via> Is there a way to display the Caption of a Field in Access? I' like
> to use them as column headings instead of using the Field's "Name".
> This way I could have more meaningful column headings.
>
> I've tried the equivalent of <%=Rs.Fields(1).Caption %>
> instead of the previous <%=Rs.Fields(1).Name %>
> but it doesn't work.
JetSQL.
Bob Barrows
Bob Barrows Guest
-
"Page" and "Rect" props of the Field prop in Javascript API
Page property of the Field property in Javascript Acrobat API returns an array of pages that this field exists in. On the other hand, "rect" property... -
Compare 2 fields & delete everything in "field 2" that occurs in "field 1"
Is it possible to compare 2 fields and delete everything in "field 2" that also occurs in "field 1" ? FIELD1 800-555-1212 for... -
Request.Form("Field Name") Versus Request.QueryString("Field Name")
I want to know what's the differences between Request.Form("Field Name") and Request.QueryString("Field Name") OR they function exactly the... -
dr("field").toString returns "400.0000" instead of "400"
I have just installed VS.NET 2003 on my computer. I have a project that I have been developing on VS.NET 2002. I haven't upgraded this project to... -
Retrieve "value list" in Access combo field via ASP?
Is it possible to read the "value list" of a FIELD inside an Access database. I am considering typing in a value list for a particular field to... -
Phillip Windell #2
Re: Field "Captions" in Access
Ok, Thanks Bob.
"Bob Barrows" <reb_01501@yahoo.com> wrote in message
news:#YDuqjuUDHA.2040@TK2MSFTNGP11.phx.gbl...like> Phillip Windell wrote:> > Is there a way to display the Caption of a Field in Access? I'"Name".> > to use them as column headings instead of using the Field'saccessible via>> > This way I could have more meaningful column headings.
> >
> > I've tried the equivalent of <%=Rs.Fields(1).Caption %>
> > instead of the previous <%=Rs.Fields(1).Name %>
> > but it doesn't work.
> Sorry, but Caption is an Access-defined property that is not> JetSQL.
>
> Bob Barrows
>
>
Phillip Windell Guest



Reply With Quote

