Re: adding information in an append

From: Ken Snell [MVP] (kthsneisllis9_at_ncoomcastt.renaetl)
Date: 12/29/04


Date: Wed, 29 Dec 2004 14:31:46 -0500

Append queries are not intended for displaying data. Your desire to "see"
all the columns is therefore an inappropriate desire for this type of query.
Use a Select query to display data.

As for the second question about displaying choices, the query won't do this
for you. Instead, use a form that is designed to show the data before
updating and let you select what you want to do, and then have the form's
programming run the query. This likely isn't a simple thing to set up,
though, if your ACCESS skills are not medium-level.

-- 
        Ken Snell
<MS ACCESS MVP>
"ESUguy" <ESUguy@discussions.microsoft.com> wrote in message 
news:ADE04C6C-45EB-4212-8C8E-7EA554509401@microsoft.com...
>I am making an append query and have 2 issues.  First, I need it to show 
>all
> columns I select for the query, not just the fields being updated.
>
> Second, I am building the query to update to a table that has 3 possible
> values for a column, can I make the database show the list so I can chose
> before it updates? 


Relevant Pages

  • Re: Alignment of numeric data in a table column
    ... not for displaying data. ... The ONLY reason Access allows you a method to ... you to see the data returned by a query is so that you as a database creator can ... I want a numeric field data to ...
    (microsoft.public.access.gettingstarted)
  • RE: make changes to report on a fly
    ... Sounds like a plan...what should i do, create a update query that would ... before they send it to thier material vendors" has to do with a report. ... Reports are for displaying data in a nice format. ...
    (microsoft.public.access.reports)
  • RE: MAKE TABLE query sorting confusion
    ... I have currenrly approx 700 records. ... When I convert the above query to a MAKE TABLE version of the same query, ... If I create a MACRO to run the 15 APPEND queries one after the other, ... I am running Windows XP, with 1meg of memory so I don't think ...
    (microsoft.public.access.queries)
  • Re: Adding auto-numbered field screws up Table order
    ... Append Queries are very simple, and part of the standard methodology ... Access's query designer is one of the great features. ... I know of no desktop database application tool with the equivalent power ... > things, like finding/isolating/deleting duplicates when ...
    (microsoft.public.access.tablesdbdesign)
  • Re: Combine Data from Two Tables
    ... Append queries ADD RECORDS to the table. ... You need a query that joins the two tables and then updates the fields. ... -- Link them on AccessNumber ... than one record matching record, then I would suggest that you do need two ...
    (microsoft.public.access.queries)