Creating a form with fill-in field

M

Mel

I am trying to create a form with duplicate fillin fields called defendants.
I would like the information once entered in the pop and clicking OK, to
duplicate in the next defendants field with a click. I have entered
bookmarks and a user form in VB, But it is still not working
 
A

Angyl

Not sure if you're working in an actual form or in a word form what with the
tock of a button click but in a word form to duplicate information from one
place to another you just need to reference it...not use another field.

Press F8 in the place where you want the information duplicated and in the
curley brackets that appear type "REF Defendants"

This area {REF Defendants} will always have the same data as the Defendants
field in your form.

If you ARE trying to program a userform in VB let me know. That's a whole
different ball of wax.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top