Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-04-02 : 13:13:32
|
Dan writes "Good morning Mr. Customer--if that IS your real name...
I want to return a recordset with aliases (aliai? alias'?) for the field names as well as the real field names. I'm trying to develop an add/modify/delete page for use with multiple tables that displays an alias for the field above the form object, but writes the real field name as the name of the form object:
font face="inyo" %=rs("fieldalias")% /font input type="text" name=" %=rs("fieldname")% " (I eliminated the <>s so your submission form doesn't actually write a form object)
I want to do this with one recordset." |
|
|
|
|
|