I must insert the respondents info in one table and I must reinsert it in the question form
You want to DISPLAY it on the Question Form !
But I don't want to use codes!!
I assume that by "codes" you mean VBCode :-
Why on earth not ?
That's like saying I want to drive my car but not use any petrol !
If you really don't want to use code then:-
That the combo box called cboPickPerson and have to PrimaryKey of the table that holds their data as the bound column.
In the txtPhoneNo text box control put
=DLookup("PhoneNumber","tblPersonDataTableName","PrimeKeyFieldName = cboPickPerson)
This will display the person's phone number after you set the combo box. However, before you set the combo box it will display #Error.
Much nicer to do it in the combo box's AfterUpdate event.
'ope-that-'elps.
G LS
accessaceNOJUNK@valleyalley.co.uk
Remove the NOJUNK to use.
Please remember to give helpful posts the stars they deserve!
This makes the post more visible to others in need! :-D