This topic is locked

Insert data in field when add page...

5/18/2009 1:21:01 PM
ASPRunnerPro General questions
S
stalbone author

In a table I have 3 fields:

NAME, SURNAME, USER
As I can insert in the field USER the variable *USERID***** when i add record ??
note: USERID = UCase (Session ("UserID"))
Many thanks
stefano

S
stalbone author 5/18/2009

In a table I have 3 fields:

NAME, SURNAME, USER
As I can insert in the field USER the variable *USERID***** when i add record ??
note: USERID = UCase (Session ("UserID"))
Many thanks
stefano


I answer alone me:
In EDIT AS... setting is enough the field Default VALUE with Session ("UserID")
Ciao
Stefano