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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Forms

Status
Not open for further replies.

WayneDoherty

Technical User
Mar 6, 2002
54
GB
Hi,

I want to create a form and I was wondering the best way to do it. I want to create a pick list such as names. When you have picked the name then the address is automatically filled in. Any ideas.
 
[tt]

A few questions come to mind:

1. Do you know HTML ? (if you do, you don't need help with how to create a form)

2. Do you know .ASP ?

3. Are you looking for the LOGIC on how to do it? OR are you looking for someone to give you code to do it.

Normally one would post a question regarding code you're having problems with and we can help you troubleshoot it. But if you're a NOVICE at .ASP I would first suggest doing some heavy reading at and search for asp (how it works)

4. What database are you using ? (if any)

5. What language are you trying to write this in? (Vbscript, JavaScript, Flash MX ActionScripting etc...)


More details from your part would allow anyone here to better help you...





Delete * from brain Where MaxLevel = "Full" and reaction = "Slow" order by StartOver
 
Hi,

I just wanted ideas on the best way. I was thinking of creating the names and addresses in Access. Create the form in Dreamweaver UltraDev. The bit I was stuck on was how do you link from the names to the address.
 
easiest way

Page1 has a text entry called enteredname and a submit button this submits to Page2
Page2 has a recordset on which SELECTS address where name = enteredname

then just bind the name and address on to your page.

Cheech

[Peace][Pipe]
The secret of life is honesty and fair dealing. If you can fake that, you've got it made.
Groucho Marx (1895-1977)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top