I am trying to create a "Copy & Paste" function for my database. Basically I have a search form with a list box (populated by a query), you can double click an entry to open another form that allows you to edit the entry.
What I need to do is create a button on the second form that "stores" 9 values (Combo Boxes, Text and Dates). I then need to go back to the first form, find a different entry and paste those 9 values into it.
All of the information is stored on 1 table, those 9 values are each a column on that table.
If anyone would be able to help that would be great, let me know if any other information is needed.
Thanks