Re: Update conditions not working
- From: John W. Vinson <jvinson@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 16 Aug 2007 17:41:35 -0600
On Thu, 16 Aug 2007 15:32:29 -0700, FP1 <rrwyatt@xxxxxxxxx> wrote:
I'm trying to sync a form/subform where they are based on a common
key (Appid). The situation is I want users to be able to add records
to the Form table, but only if a corresponding record (Appid) exists
in the child window. (I do a query to only those records which do not
exist in the table to be editted.) This the 'current' attempt.
If the Form's table is related to the Subform's table by Appid in a one to
many relationship, you have a "chicken or egg" problem here! In order for a
record to exist in the chld table, one must already exist in the parent table;
you're saying that in order to add a record to the parent table you must
already have a record in the child table. You can't have it both ways!
Am I misinterpreting the problem?
John W. Vinson [MVP]
.
- Follow-Ups:
- Re: Update conditions not working
- From: OV
- Re: Update conditions not working
- References:
- Update conditions not working
- From: FP1
- Update conditions not working
- Prev by Date: Re: Help With Combobox Trouble - Writes to Table
- Next by Date: Option Group and Related Controls
- Previous by thread: Update conditions not working
- Next by thread: Re: Update conditions not working
- Index(es):