Questionnaire on a form

M

Mary

How can I set up a form to caputre info from a form? Any
assistance would be greatly appreciated.
 
M

Media Lint

You mean get data from one form and put it on another?

Like this:

Me.Text5 = Forms![Contacts]!txtFirstName
 
Top