Autofill textbox from combobox

  • Thread starter Thread starter Rene
  • Start date Start date
R

Rene

Hi,

On form1 i have a combobox with a choice of 8 names.

What I would like to do, is when you select 1 name, the "after update"
should open a form2 with an textbox containing the selected name from form1.

Can someone help me ???

thnx

René
 
Rene

You've described "how", but not "what" you are trying to accomplish. What
purpose will having a separate form (form2) with the selected person serve?
There may be a simpler way to accomplish your purpose... depending on what
it is!
 
Actually,

I have 8 people, who are authorized to fill in form1. These people have
to give their password to enter form1. On form1 is a combobox with the
names of these people. But everyone of the 8 people can select another
name. What I want is for each person to select his own name and give his
password, so no one can mess around under another name.

What would be even more beautiful, is that when the give their password
to enter form1, that name is the only name in the combobox (textbox)

René
 
Back
Top