Results 1 to 5 of 5
  1. #1
    DORONKI11 is offline Novice
    Windows XP Access 2007
    Join Date
    Aug 2011
    Posts
    4

    3 problems in access

    hello everyone,


    i have few problems (access 2007).
    1. i want to make a query that gives me the opposite from what im asking. i mean if i make a query from 2 connected tables - it'll give me (for example) the people that appear in both tables. i want the query to show the people that not appear in both tables - that appear only in one of them. how do i do that?

    2. i want to make a form that has a button. when you click it, it opens the importing data wizard and then you can iport any excel document - but i want it to be automatic (that's why the button exist).

    3. i want to import an excel table with two rows to an access table with many rows. the excel table contains one row that's the row with the primary key in the access table and another row with data. i want to update the data in the access table by importing the document to the access and then it changes the specific row i want to update. it knows what column to update by the first row of the document - with the primary key.


    thank you very much guuuuuys!!!!!
    you are great!

  2. #2
    alansidman's Avatar
    alansidman is offline VIP
    Windows 7 32bit Access 2007
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,529
    Take a look at the attached for a solution to question 1. Not sure about 2 and 3. Need to re-examine.

  3. #3
    DORONKI11 is offline Novice
    Windows XP Access 2007
    Join Date
    Aug 2011
    Posts
    4
    thank you, but can you explain me too what you did in this database??

    and can anybody else answer me my other probs?

    thank you very very much!
    Last edited by DORONKI11; 08-28-2011 at 01:25 AM. Reason: minor mistakes in what i wrote

  4. #4
    alansidman's Avatar
    alansidman is offline VIP
    Windows 7 32bit Access 2007
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,529
    Created two tables with names. Created a query to join the tables on names with a left join. In the criteria for the second table, filtered on Is Null. This provided me with the names of everyone in the first table and not in the second table. I then created a second query and joined the tables with a right join and then in the criteria of the first table, filtered on Is Null. The result then was everyone in the second table not in the first table. Hope this is clear.

    This might be helpful also

    http://www.databasedev.co.uk/comparing_records.html

    Alan

  5. #5
    DORONKI11 is offline Novice
    Windows XP Access 2007
    Join Date
    Aug 2011
    Posts
    4
    hey, people - can you please help me with my other problems??

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

Similar Threads

  1. Relationship problems in access
    By danish raza in forum Database Design
    Replies: 1
    Last Post: 07-10-2011, 05:50 AM
  2. Need help with a few access problems for work
    By pitten247 in forum Access
    Replies: 1
    Last Post: 07-12-2010, 05:52 AM
  3. Access library problems
    By kingston9999 in forum Access
    Replies: 1
    Last Post: 06-21-2010, 04:45 PM
  4. Access Table problems
    By Hjava in forum Queries
    Replies: 3
    Last Post: 05-27-2010, 04:35 AM
  5. Replies: 32
    Last Post: 09-16-2009, 10:06 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