Results 1 to 6 of 6

Thread: Pass query in design mode in Access 2007

  1. #1
    Join Date
    May 2009
    Posts
    970

    Pass query in design mode in Access 2007

    How to pass a query in design mode in Microsoft Access. I have a attendance table. Now I want to generate a query which an assign some automated task and give out the proper result. The query which I tried gave out an error. What are the steps to pass a query in normal and design mode.

  2. #2
    Join Date
    May 2008
    Posts
    3,316

    Re: Pass query in design mode in Access 2007

    The basic types of queries in access are as follows. Queries are the objects in a database that can retrieve data from a table, modify and even save the result in another table. There many types of them. The most I used is Action queries. This query is used for making changes to records. There are several types of action queries, removal, update, append data and creating tables.

  3. #3
    Join Date
    Apr 2008
    Posts
    4,642

    Re: Pass query in design mode in Access 2007

    These are the queries that extract data or show us. They show that data from a table that meet the specified criteria. Once the result we see the data to modify (this can be done or not as the query). A select query generates a logical table (called logical because it is not physically on the hard disk but in memory of the computer and every time you open recalculated).

  4. #4
    Join Date
    May 2008
    Posts
    4,570

    Re: Pass query in design mode in Access 2007

    One of the most useful query used for SQL is SQL-specific queries. They are queries that can not be defined from the Access QBE grid but have to be defined directly in SQL. This query needs a advance knowledge of SQL. So even if you just go through the basic to generate a query that is enough for your.

  5. #5
    Join Date
    May 2008
    Posts
    4,345

    Re: Pass query in design mode in Access 2007

    To create a query, follow these steps. Open the database where the query to create. Click the Layout button in the Create tab Search. The you have the option of using the Query Wizard, if you click the Query Wizard button displays the following dialog box. The Simple Query Wizard make a simple select query as defined in the preceding paragraph.

  6. #6
    Join Date
    May 2008
    Posts
    4,831

    Re: Pass query in design mode in Access 2007

    You can also generate query in a Design mode. This lets you to generate a automated query. Entering the Query Design view first asked us tables which consultation will draw the data with a dialog box like this. Select the table from which we get information and clicking on the Add button. If we are to add data from multiple tables in the same way the other tables. Finally click on the Close button.

Similar Threads

  1. How to Turn on and off Design mode in Microsoft Excel 2007
    By Kaesav in forum MS Office Support
    Replies: 2
    Last Post: 05-01-2012, 05:53 PM
  2. What mistakes to avoid in SQL Server query design
    By Galbraith in forum Software Development
    Replies: 5
    Last Post: 06-03-2010, 03:49 AM
  3. Design view table in Microsoft access 2007
    By Balamohan in forum Windows Software
    Replies: 5
    Last Post: 08-01-2010, 04:41 AM
  4. Need Design help to query the databse.
    By Kiran123 in forum Software Development
    Replies: 4
    Last Post: 06-02-2009, 05:33 PM
  5. Active Directory and DMZ design query
    By MilesAway in forum Active Directory
    Replies: 2
    Last Post: 16-02-2008, 11:48 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,961,302.38944 seconds with 17 queries