Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

wizard application

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I am currently 'databasing' a questionnaire. I've put together the database and it is now fully normalised. I've tried to use a suitable number of tables.

Basically, what I want to put together is a wizard application which takes the user through adding a questionnaire entry into the database. e.g.

step 1 - add company name/details to tblCompany - company is assigned a unique ID.

>> What code can I use to add this info to tblCompany and then move on to step 2?

step 2 - the user then inputs the company's number of employees, etc in tblCompanyDetails, along with the companyID (links to tblCompany).

>> How do I make companyID persistent? - i.e. carry from step 1 form to step 2?


**I'd be exceptionally grateful if anybody could help**

Thanks in advance.

Matt Bates
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top