Re: One-to-one primary data synchronization
From: PC Datasheet (spam_at_nospam.spam)
Date: 02/10/04
- Next message: MacDermott: "Re: Check Box"
- Previous message: Dinsdale: "Re: Checking if Option Group empty"
- In reply to: Jody: "One-to-one primary data synchronization"
- Next in thread: Jody: "Re: One-to-one primary data synchronization"
- Reply: Jody: "Re: One-to-one primary data synchronization"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 10 Feb 2004 02:10:18 GMT
When your data is related one-to-one, unless a set of the data needs to be kept
isolated for some reason such as sensitive personnel information, all your data
should be in one table. I sense you truly do not need tblCoSub and feel that all
the data you have in that table should more correctly be in TblSub. It sounds
like you separated the CoSub data out due to a perceived lack of screen
realestate for all the Sub and CoSub data.
What I see working nicely for you is a tabcontrol that allows you to group your
data in sets on various tabs. You could use a tabcontrol with tabs so you click
on a tab to go to a set of data or you could use a tabless tabcontrol and
activate the pages with command buttons, option buttons or radio buttons. The
latter gives a very slick appearance where the pages popup like subforms.
--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
resource@pcdatasheet.com
www.pcdatasheet.com
"Jody" <anonymous@discussions.microsoft.com> wrote in message
news:3DE65B04-FE81-4C3B-9240-0B4FE4D58C00@microsoft.com...
> Hello all,
>
> I have a one-to-one relationship between the (primary) SubcriberID field
(Autonumber datatype) in tblSub and the (primary) CoSubscriberID field (number
datatype) in tblCoSub. I have set up a main form with an embedded subform based
on this relationship, but I'd really like to have a linked form (via a command
button), while still enjoying the autonumber/number sychronization described
below.
>
> When data is added to the main form, not only does the Subscriber autonumber
field populate automatically in the main form, but the SAME number automatically
populates in the CoSubscriberID (number) field as a result of the subform
linkage and the fact that SubscriberID is driving CoSubscriberID. This
sychronization happens automatically in an embedded situation - a very nice
feature indeed.
>
> However, In the interest of screen real estate, I would like to have the
"subform" pop-up (perhaps after pressing a command button), but still inherit
the current number from the main form (autonumber field).
>
> Does anyone know how I can essentially duplicate the sychronization effect
with a pop-up form?
>
> Most appreciated,
> Jody
>
- Next message: MacDermott: "Re: Check Box"
- Previous message: Dinsdale: "Re: Checking if Option Group empty"
- In reply to: Jody: "One-to-one primary data synchronization"
- Next in thread: Jody: "Re: One-to-one primary data synchronization"
- Reply: Jody: "Re: One-to-one primary data synchronization"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|