1st off let get some terminology straight so we are talking about the same
things. In a table columns are referred to as fields, but in a form they are
called controls (text boxes, cmd buttons, combo boxes,....).
You can retrieve the value of any control by using the Me.FormControlName
synthax. So in your case, try something like:
Me.txt1
As fo 'its placed in its fifth (of 20) line' I don't understand what you
mean. Could you explain it again.
--
Hope this helps,
Daniel Pineault
http://www.cardaconsultants.com/
For Access Tips and Examples:
http://www.devhut.com/index.php
Please rate this post using the vote buttons if it was helpful.