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

Setting a default option

Status
Not open for further replies.

lopster10

Technical User
Jan 26, 2009
17
DE

Hi Guys,

I have a form which when loaded displays current email addresses in the database. From this screen I can add / delete email addresses, but im trying to implement a new function where I can select an email address (from the ones displayed in the listbox) and set as default.

On another form there is an email function which will use whatever email address has been set to default. What would be the most suitable way to make which ever email address selected the default?

Ive had a quick look around but havent found much inspiration!

Regards
 

How do you keep your e-mail addresses in your database?
Is there any way to mark which one is the default one?

Something like:[tt]
User E_Mail DefaultAd

Bob bob@msn.com Y
Bob abc@yahoo.com N
Bob xys@abc.net N[/tt]

Just an idea....

Have fun.

---- Andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top