Results 1 to 2 of 2
  1. #1
    compooper is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jun 2011
    Posts
    87

    merging fields, link, text boxes

    How do you grab certain information (certain entire fields) from linked csv tables and merge them with an existing table in the database?



    How do you take text that a user wrote in a textbox and put it in a table programatically?

  2. #2
    Rhino373 is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    May 2011
    Posts
    65
    Regarding your first question, you run an append query on the linked table for the specific records you want and append them to the existing table. (they still exist in the linked table and CSV.) You would need to run a Delete query to get rid of them.

    As for your second question, assuming you built the memo field into your table, when a user types something in the CSV it would be updated in the Access table. If you haven't, Design view the table, add a field of type Memo and relink the CSV.

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

Similar Threads

  1. Replies: 9
    Last Post: 06-04-2014, 10:45 AM
  2. Update Two fields (text boxes) Form
    By j2curtis64 in forum Forms
    Replies: 11
    Last Post: 07-06-2011, 08:43 AM
  3. merging two fields
    By brandon in forum Access
    Replies: 5
    Last Post: 06-09-2010, 08:17 AM
  4. Please Help - Link combo boxes
    By anish in forum Forms
    Replies: 5
    Last Post: 04-10-2010, 02:58 PM
  5. Creating Report using Text boxes & db fields
    By Nancy J. in forum Reports
    Replies: 13
    Last Post: 07-20-2009, 07:09 AM

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