Re: Auto populate a form from an open form
- From: "Al Campagna" <alcampagna@msnewsgroups>
- Date: Mon, 12 Mar 2007 20:47:03 -0400
I would suppose you could do that, although I've never done that. The query behind the
pop up would use some value from the open main form to filter the records delivered.
Have you considered Tab pages for multiple subforms... if space on the main form is an
issue?
That's the "usual" method...
--
hth
Al Campagna . Candia Computer Consulting . Candia, NH USA
Microsoft Access MVP
http://home.comcast.net/~cccsolutions
"Find a job that you love, and you'll never work a day in your life."
"far-mer" <u32423@uwe> wrote in message news:6f135b585d91d@xxxxxx
Al thanks
My understanding is that a sub-form would have to embedded into the main form?
I was hoping to find a solution that would enable the form to pop-up?
Thanks for your response
Chris
Al Campagna wrote:
Chris,
You should use a subform, related to the main form via some unique key field like
ClientID.
Your tblClients table (the ONE) related to tblCalls table (the MANY).
When a client calls, go to that client record and add another record to the Call
subform... (date, starttime, stoptime, subject... etc)
You don't want to save the Customer name and address in each call record... just
relate the calls to the Client via the ClientID.
Hi[quoted text clipped - 9 lines]
Chris
.
- Follow-Ups:
- Re: Auto populate a form from an open form
- From: far-mer via AccessMonster.com
- Re: Auto populate a form from an open form
- References:
- Auto populate a form from an open form
- From: far-mer
- Re: Auto populate a form from an open form
- From: Al Campagna
- Re: Auto populate a form from an open form
- From: far-mer
- Auto populate a form from an open form
- Prev by Date: Re: Follow Hyperlink Warning
- Next by Date: Re: summing records in sub form
- Previous by thread: Re: Auto populate a form from an open form
- Next by thread: Re: Auto populate a form from an open form
- Index(es):
Relevant Pages
|
Loading