Re: Access 2000 Appending records to a table
- From: "Joan Wild" <jwild@xxxxxxxxxxxxxxxx>
- Date: Fri, 16 Feb 2007 15:48:40 -0500
You need to figure out why the query is failing, if the fields are not set
to required. When you say 'it fails to append', what happens? What is the
error message, if there is one? There could be other reasons for it to
fail - like referential integrity, duplicate keys, validation rules, etc.
--
Joan Wild
Microsoft Access MVP
"geocoy" <geocoy@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:B08CA787-73D2-4239-9F75-B73990FBF043@xxxxxxxxxxxxxxxx
Dummy me, I should have told you I already checked for "Required"
In the past I have solved this problem in two ways, either by adding bogus
data or by adding an "IF" statement to the query in the empty field and
tell
it to add text if the field is null
"Joan Wild" wrote:
It would appear that those fields have their 'required' property set to
Yes.
You need to consider why it is set to yes, and whether the property can
be
set to no, or only do the append when you have full information.
This property would be set in the backend mdb where the table is located
(not on the link in the frontend).
--
Joan Wild
Microsoft Access MVP
"geocoy" <geocoy@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:B1218148-0A49-4F97-A06C-0E1D5C75BD19@xxxxxxxxxxxxxxxx
I am using an append query to add records to a linked table in another
Access
2000 database. The nature of the information stored on the originating
table
is such that all fields can not be populated at the instance it is
created.
So I would like to append the record with the data that is available at
the
time, leaving some fields blank. When I try to run the append quwery,
it
fails to append the record to the linked table. If I add bogus data to
the
fields just to populate the blanks, the query works. Is there some way
around this process of adding bogus data just to poplate the fields so
the
append query works?
.
- References:
- Re: Access 2000 Appending records to a table
- From: Joan Wild
- Re: Access 2000 Appending records to a table
- Prev by Date: Re: Access 2000 Appending records to a table
- Next by Date: Re: Access 2007 open mdb (2000) file read-only
- Previous by thread: Re: Access 2000 Appending records to a table
- Index(es):
Relevant Pages
|