Ok , maybe i should explain this.... logically

i have a form , where i have a drop down list , which lists fields on a table
those fields have records on the table, i want to automatically display those records for each field on the form , when you click on the corresponding field on the form .. then automatically it displays the record in a textbox.

is this possible???

there are only one record for each field
or should i approach this in a diffrent manner?

Thanks
oppiplaas

Recommended Answers

All 3 Replies

Yes. You'll need some JavaScript and a server side script like PHP, ASP, JSP, or ColdFusion.
The form field will populate using an onclick event. You could also incorporate an xmlhttprequest (AJAX) to do this.

You can also use a query.

thanx buddylee.. will give that a try

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.