RE: Appending records to source and destination tables
- From: Bonnie <Bonnie@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 30 Jun 2005 04:10:02 -0700
I got it - as usually happens when you ask a question - you keep hacking and
get it. I had copied the table to a new table (right click, save as) and for
some reason this made that happen. When I deleted it manually made the table
and relinked it I stopped having the problem.
"Bonnie" wrote:
> Hi Folks,
>
> Can you please help -I'm running an append query with a problem. Here's
> the SQL in the query:
>
> INSERT INTO Transactions ( ItemNo, DateConsumed, LogOutBy, ItemDescription,
> LogQty )
> SELECT History.ItemNo, History.DateConsumed, History.LogOutBy,
> History.ItemDescription, History.LogQty
> FROM History
> WITH OWNERACCESS OPTION;
>
> The problem is, it appends the whole table to the source table before it
> appends the whole thing to the target table. Can you tell me what I'm doing
> wrong. I know this is a simple task I just don't see what's wrong.
>
> Thanks.
>
.
- References:
- Appending records to source and destination tables
- From: Bonnie
- Appending records to source and destination tables
- Prev by Date: Invalid precision for decimal data type
- Next by Date: Is it possibe to add a drop down list in a table?
- Previous by thread: Appending records to source and destination tables
- Next by thread: Invalid precision for decimal data type
- Index(es):
Relevant Pages
|
|