User Profile

Collapse

Profile Sidebar

Collapse
liquidfusion
liquidfusion
Last Activity: Apr 28 '08, 10:29 PM
Joined: Feb 26 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I really appreciate your post, it helped quite a bit. Is there an easier way to copy a complete record from one table to another? In the example you gave, you copied 3 fields from the record and in my example I have well over 3 fields that would need to be copied and it would require quite a bit of code to copy all of the fields in the record. Is there a function that will copy a complete record instead of needing to copy the record one field at...
    See more | Go to post

    Leave a comment:


  • I understand what you are saying about linking the data but this particular situation is rather unique in which the data in table1 is erased and updated every 24 hours and table2 keeps occasional records from table1. This is why I need to verify if a particular record exists in table2 and if it doesn't, copy the record over from table1....
    See more | Go to post

    Leave a comment:


  • Copy multiple fields from one table to another

    Software: Access 2003

    Objective: I have two tables in my database. I want to be able to execute code in a button on a form that verifies that a record in table2 exists via user input with 'InputBox'. If the record doesn't exist, then I would like to have the record copied from table1 to table2.

    What I have currently done: I currently use 'FindFirst' along with 'InputBox' to verify if a record exists in a table, however,...
    See more | Go to post
No activity results to display
Show More
Working...