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

challenge for expers!! how to create a strange form...

Status
Not open for further replies.
Sep 10, 2002
16
NL
I have a table with two fields. and I want to create a form with a list of hyperlinks/buttons from field1 and if you click on it you'll see field two

example:

table

field1 field2

data test
123 ok

then the form should like this:

data
123

so that when you click on it you'll see:

data
-test
123


Is this possible :) ??

Kind regards,

William
 
Sure it is,

Initially, set the Field2 visibility property to false.
In the onclick event of button 1 change
Field2.Visible = True "In three words I can sum up everything I've learned about life: it goes on."
- Robert Frost 1874-1963
 
Yeah thanx, that i didn't thought of that myself!

but then jou have still textboxes. can you convert a textbox to an label ?? and can you make from an label an hyperlink ??

So you'll get a sort of a help file..

becouse thats it. It had to become a sort of a helpfile where you see all the questions (field1) below eachother and when you click on one you'll see the answer

but thanx for your reaction.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top