Results 1 to 4 of 4
  1. #1
    kaito is offline Novice
    Windows 10 Access 2016
    Join Date
    May 2021
    Posts
    2

    Access App

    Hi guys,

    I'm super new user in Access)

    Could you please help me, it would look that way



    I have 3 forms, "Request_Form" >>> (Req_Numb) (Req_Date) (Positions) (Qty)


    "Recruitment Form" >>> (Req_Numb) (Req_Date) (Positions)

    I need to after fill out fields and close "Request form" (req_Numb) (req_Date) (positions) must be automatically copy to "Recruitment form"

    Which VBA code? How?

  2. #2
    Join Date
    Jun 2010
    Location
    Belgium
    Posts
    1,180
    Copying data from one table to another is generally not a good idea in a database. Maybe you could post your table setup and tell us what you want to achieve copying those data?

  3. #3
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    No vba needed. Use an append query to copy the data.

  4. #4
    orange's Avatar
    orange is offline Moderator
    Windows 10 Office 365
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870
    kaito,

    Tables store data. Forms are like windows to view the data.
    As Noella asked --what do you want to do with the copied data?
    If you could describe what you have and what you need in simple English, then readers could offer more focused suggestions.
    We need to know What is required, before addressing options for HOW.

Please reply to this thread with any new information or opinions.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums