Passing varibles using asp

D

David

1. User pre registers with his name, address etc.
including user name and password in order to access
another form for data submission. This user info is saved
to db.
2. When user visits site again, he must log in using user
name and pass word only. His user name and pw are checked
against db. This page is asp.
3. If log in is successful, he is sent to data collection
form where he enters data and submits it to another db.
This data collection form is generated by fp2002 database
interface wizard.

Problem: How do I pass user name and password entered at
log-in to fp2002 generated submission form(data collection
form), so user name and password can be saved in database
with other data that has been submitted? I need the
username and password linked to each submission so I can
later pull up all submissions by username and password. I
can get everything to work but can't figure out how to
pass the username and password varibles from asp page to
fp2002 page.
Thanks,David
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top