Copy values

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Eric

    Copy values

    Is there any easisest way by which i can copy some values from one
    subform to another based on outlets in Form B.

    SubForm A
    Outlet Equipment
    1 ajajaja
    2 kakakak
    3 lalakha
    4 trtrtrt

    SubForm B
    Outlet Equipment
    1
    4

    Thanks,

  • pietlinden@hotmail.com

    #2
    Re: Copy values

    write an append query to add the records to the second subform's
    rowsource.

    Comment

    Working...