Re: Record set not updatable
From: John Vinson (jvinson_at_STOP_SPAM.WysardOfInfo.com)
Date: 12/27/04
- Next message: Stephen Lebans: "Re: Column separator in ListBox"
- Previous message: Rick B: "Re: I cannot change or input information on a form?"
- In reply to: DianeD: "Record set not updatable"
- Next in thread: DianeD: "Re: Record set not updatable"
- Reply: DianeD: "Re: Record set not updatable"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 27 Dec 2004 11:41:58 -0700
On Mon, 27 Dec 2004 10:03:05 -0800, DianeD
<DianeD@discussions.microsoft.com> wrote:
>Please help me with this problem, after linking 2 tables I am no longer able
>to update the recordset in a form:
>
>Table 1: I've set up an option group that stores the value in a field named
>'Reason for Return'.
>Table 2: I have 2 columns - 'Reason for Return' and 'Description'.
>
>In my form, when I use the field 'Reason for Return' from Table 1, I get the
>correct information and am able to add new records, however when I try to
>link the 2 tables so that I can add the 'Description' field to the form, the
>recordset becomes un-updatable.
>
>What am I doing wrong? Thanks for any suggestions.
Is the "Reason for Return" the Primary Key of Table2? If not, that
would cause this problem. Also, if you have <yuck, PTOOIE!> Lookup
fields in your table, you'll have similar problems.
You may also want to consider basing the Form simply on Table1 and
using a Combo Box bound to Reason for Return, based on Table2, and
displaying the Description.
John W. Vinson[MVP]
- Next message: Stephen Lebans: "Re: Column separator in ListBox"
- Previous message: Rick B: "Re: I cannot change or input information on a form?"
- In reply to: DianeD: "Record set not updatable"
- Next in thread: DianeD: "Re: Record set not updatable"
- Reply: DianeD: "Re: Record set not updatable"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|