Ask a Question related to Microsoft Access, Design and Development.
-
John Vinson #1
Re: Link Master/Child fields for a subform data source with multiple parameters?
On Mon, 21 Jul 2003 19:36:18 -0700, "Tim Cali" <cali_876@yahoo.com>
wrote:
Ordinarily one would do so to maintain relational integrity between a>Can somebody explain why I would use LinkMasterFields and LinkChildFields
>for a subform?
"one" side table on the mainform and a "many" side table on a subform.
The link fields not only ensure that only linked records are displayed
on the subform; it automatically fills in the "one" side linking value
into the Foreign Key field in the subform's recordsource.
View only? or edit? What about creating new subform records? Is the>I have a form and a subform. To view data in the subform, I select 3 values
>from 3 comboboxes on the main form, and then use those 3 values as the
>parameters for the query, which is the subform's data source.
mainform bound or unbound?
If it's working, go for it. You might want to try it both ways to see>So far, I have been requerying the subform data source during the
>AfterUpdate event for each of the 3 comboboxes, which has worked as
>expected. I see that I can also set these Master/Child links but I don't see
>how this could help me.
>
>Can I set these Master/Child links in my case? Is there a difference? Any
>further explanation is appreciated.
if there's any performance difference; I wouldn't really expect there
to be but I really don't know!
John W. Vinson[MVP]
Come for live chats every Tuesday and Thursday
[url]http://go.compuserve.com/msdevapps?loc=us&access=public[/url]
John Vinson Guest
-
Remove data from multiple fields with one delete
I posted this question a couple of weeks ago to another site without a response so thought I'd try here. I have an Acrobat 7 for Mac form setup... -
Parent Child data in multiple datagrids
I bet this is simple for those who have worked with the datagrid for while, I have a parent grid and a few child grids, i want to bind the... -
Link Child and Master Fields - error
I've only been using Access for a week or two and have come across a frustrating problem... The description below is a simplified version of the... -
how to bind text box to data source fields
Text box doesn't have 'DataSource' property. Is there any way where I can bind the text box to a data source field.? Thanks -
Subform listbox records don't reflect master/child link
"Nick Mirro" <nickmirro@attbi.com> wrote: Nick, you have to update the list box when navigating through the main form. You can do this in... -
John Vinson #2
Re: Link Master/Child fields for a subform data source with multiple parameters?
On Mon, 21 Jul 2003 21:26:57 -0700, "Tim Cali" <cali_876@yahoo.com>
wrote:
Oddly enough, the combo box wizard and the dropdown list for entering>Now that I've detached the mainforms binding
>(which wasn't needed apparently), I can see that Access won't even let me
>try to link Master/Child fields.
Master Link Fields don't permit it, but you can in fact *type in* the
names of the three combo boxes in the Master Link Field property.
Putting the corresponding fields from the subform's recordsource will
provide the link functionality.
Thanks for the kind words!
John W. Vinson[MVP]
Come for live chats every Tuesday and Thursday
[url]http://go.compuserve.com/msdevapps?loc=us&access=public[/url]
John Vinson Guest
-
Tim Cali #3
Re: Link Master/Child fields for a subform data source with multiple parameters?
Wow...cool. Thanks.
"John Vinson" <jvinson@STOP_SPAM.WysardOfInfo.com> wrote in message
news:qkiqhvssr0bincm60um6pad6u8npravnu5@4ax.com...
> Oddly enough, the combo box wizard and the dropdown list for entering
> Master Link Fields don't permit it, but you can in fact *type in* the
> names of the three combo boxes in the Master Link Field property.
> Putting the corresponding fields from the subform's recordsource will
> provide the link functionality.
Tim Cali Guest



Reply With Quote

