Carey
|
| Posted: 03/15/2002, 5:20 PM |
|
I'm trying to do something and am having a heck of a time with it, probably because it's the end of the week and I'm brain dead...
I've got a record with a name and I'm going to insert it into the database. After inserting, I want the action (of this particular page) to return to the same form...with that same particular name being transferred to the form. Something like "insert and add another."
The field I want transferred isn't transferring to itself:
fldrealtor_name
Name of page starting/ending:
openhouserecord.asp
Sure would appreciate help!!
Am I giving enough info?
|
|
|
 |
Nicole
|
| Posted: 03/16/2002, 4:59 AM |
|
Carey,
pass it as parameter through URL after inserting the record. Create After Insert event and modify sActionFileName there. It is contain the name of the page user will be redirected after insert.
|
|
|
 |
|