Results 1 to 6 of 6
  1. #1
    SelfLearner is offline Novice
    Windows Vista Access 2007
    Join Date
    May 2013
    Posts
    4

    Save data in table


    Here is what I have in my Form. From Table 1: Vender Name, Number, contract, amount, quantity,and order number. Table 2: Doc #, Date. Multiple Doc #'s and dates will be saved under one vendor name (hence the two tables). What I need is a MACRO where once I save the Doc #and Date to a record, I need to be able to go back to that record and enter a new Doc # without saving over the one I originally did.

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,850
    Can you tell us in plain English---no Access and no jargon --WHAT you are trying to do?
    If you met someone in the McDonalds line up , what would you tell them your database is about-- they don't know you; they don't know database or Access?

    You may wish to review some free data models at http://www.databaseanswers.org/data_models/index.htm

    Good luck with your project

  3. #3
    SelfLearner is offline Novice
    Windows Vista Access 2007
    Join Date
    May 2013
    Posts
    4
    I need to know how to use a Form that has information recorded to 2 tables. Some of the information in the Form will stay the same except for 4 records in which I need to update without just writing over what I previously typed. Example. I have a name selected from a drop down list. It brings up all the information I typed in the form. In the document number text box I need to add another document number without deleting the one already there. Is there a way to do that? I can't explain it any easier.

  4. #4
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,850
    So,in plain English, you have some people names. For 4 of those people names, you need to create new documents.

    Is that it?

  5. #5
    SelfLearner is offline Novice
    Windows Vista Access 2007
    Join Date
    May 2013
    Posts
    4
    The names will stay the same. The names will have multiple document #'s tied to each name. Example: Vender Name: Home Depot Pr #: 12345, etc. All of that info will stay the same on down the form is Doc #, Doc Date, etc. this needs to be changed (without being written over) and updated while the vender name, PR #, etc stay the same

  6. #6
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,850
    I don't think that is your issue. I think you have either not identified, or not told us about the underlying application. I see PR# and Doc# and DocDate.

    Is this dealing with Purchases/Orders and /or Invoices etc?

    Another point for consideration:

    Use a naming convention that uses only [A-Z][a-z][0-90 or [_]}(underscore). This will save you many syntax errors and frustration. No embedded spaces, no special characters #@&}{%!+)( etc.

    I think you should read this tutorial to get an overview of database design, table structure, Normalization and relationships.
    http://www.rogersaccesslibrary.com/T...lationship.zip

    Get your tables and relationships designed and tested before getting too deeply involved in Access, forms, queries, macros, vba etc.

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

Similar Threads

  1. Replies: 11
    Last Post: 07-24-2012, 07:50 PM
  2. Replies: 5
    Last Post: 06-15-2012, 02:03 PM
  3. Save data from textbox to table
    By GrayWolf in forum Access
    Replies: 7
    Last Post: 03-27-2012, 09:21 AM
  4. Replies: 4
    Last Post: 12-22-2011, 03:04 AM
  5. Replies: 4
    Last Post: 01-05-2011, 07:56 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