Results 1 to 10 of 10
  1. #1
    MTSPEER is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2013
    Posts
    283

    Editing Records

    Hi,

    I have created a form with the table I have created. It's from a survey, It has the person's name, number, address, etc. And also has the survey questions and comments on the form. I want to edit each individual form(theres 209 of them). Whenever I go to edit information on one of the forms, all the forms get changed to what I input on just one of them. Is there a way so i can edit each individual form?



    Thanks

  2. #2
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Forms do not have/hold data. Forms are a view into a table/query (a query is like a virtual table - 2 or more related tables).
    290 forms seems excessive.

    Care to explain in more detail? How many tables? Relationships? What the purpose of the forms are? Why 290 forms???

  3. #3
    MTSPEER is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2013
    Posts
    283
    I just have one table. The company I worked for mailed out surveys and then the customers returned them. So my boss wanted me to put all of the data into a database and wanted them in a form. So each record has the customers name, address, number, and his/her survey answers. Is there a better way to do this? If so please inform me.

  4. #4
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Is there a better way to do this?
    Hard to say without more info about your database.
    I would have at least 2 tables - one table for the customers name, address, number and at least one for the survey questions/answers. There are templates and info about setting up a survey database.


    But why 290 forms? Are there 290 different surveys?
    What are the fields in the table?

  5. #5
    Join Date
    May 2013
    Location
    Dallas TX
    Posts
    1,742
    1) To work the way you want, your form has to be bound to the individual records in the query. It sounds like you are updating either an unbound control or a control bound to something fixed, so it looks like your update is happening to all the records. The alternative -- that your single update to your form is actually updating every record -- doesn't sound likely, given your current level of experience.

    2) Each time you are about to try something new, back up your database, so you don't lose anything. Once you have a method working, make that single update to your real database and back it up again. Rinse, repeat.

    If you want to create a fake version of your database (user name Mickey Mouse etc), then post it, we can give better feedback.

  6. #6
    MTSPEER is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2013
    Posts
    283
    How would you combine two tables into one form then? and not 209 different surveys. 209 customers. They each have their results. The Fields are Name, Address, Phone Number, Date Mailed, Date Received, and each survey question and answer.

  7. #7
    MTSPEER is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2013
    Posts
    283
    Im sorry I'm new to this, I don't really understand what your trying to say Dal. I haven't put any queries into this database just put the data in and created a form.

  8. #8
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    By using a query. But that depends on having a good (read normalized) table structure.

    You only enter the customer info one time and that name is linked (related) to the survey answers. That is the power of a relational database. Could you post some survey questions and answers (or a screen shot of a form)?

  9. #9
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    BTW, here are some guidelines on creating a database. (Following these will help to reduce headaches)
    http://access.mvps.org/access/tencommandments.htm (See #3 about using spaces in object names)

    "Name" is a reserved word in Access and shouldn't be used as object names. Here is a list of reserved words:
    http://allenbrowne.com/AppIssueBadWord.html

  10. #10
    MTSPEER is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2013
    Posts
    283
    I will send it when I get to work tomorrow. And thanks for the links!

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

Similar Threads

  1. Replies: 5
    Last Post: 03-01-2013, 09:17 AM
  2. Manually Locking Records for Editing
    By always404 in forum Forms
    Replies: 2
    Last Post: 01-31-2013, 11:17 AM
  3. Editing records
    By shariq1989 in forum Forms
    Replies: 1
    Last Post: 08-05-2012, 02:19 AM
  4. Adding/Editing Records through a subform
    By Antinomy in forum Forms
    Replies: 17
    Last Post: 06-30-2012, 07:29 PM
  5. Editing Records In Table Using Form
    By ffezz in forum Programming
    Replies: 3
    Last Post: 03-14-2012, 01:40 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