commmand to copy information from forms

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • skere26
    New Member
    • Nov 2006
    • 1

    commmand to copy information from forms

    Hello,

    I am very new to the world of access and i have been asked to try and create a button that when clicked will insert information from 1 forms fields in another forms fields (basically want to import names and addresses from one form to the other).

    Any help?

    thanks

    SK
  • MMcCarthy
    Recognized Expert MVP
    • Aug 2006
    • 14387

    #2
    Originally posted by skere26
    Hello,

    I am very new to the world of access and i have been asked to try and create a button that when clicked will insert information from 1 forms fields in another forms fields (basically want to import names and addresses from one form to the other).

    Any help?

    thanks

    SK
    Are the forms bound to tables/queries if so please post the table/query structure.

    Is it just the current record or all records behind the form.

    We'll need a lot more information to help you. Please see Posting Guidelines thread at the top of the access forum.

    Mary
    Last edited by NeoPa; Nov 17 '06, 02:30 AM. Reason: Convert link

    Comment

    • PEB
      Recognized Expert Top Contributor
      • Aug 2006
      • 1418

      #3
      However you can do it using VB Code
      Me![YourField]=Forms![FormName]![Adress]

      Originally posted by mmccarthy
      Are the forms bound to tables/queries if so please post the table/query structure.

      Is it just the current record or all records behind the form.

      We'll need a lot more information to help you. Please see Posting Guidelines thread at the top of the access forum.

      Mary

      Comment

      Working...