Re: Sub Form Problems
- From: "Roger Carlson" <NO-Roger.J.Carlson-SPAM@xxxxxxxxx>
- Date: Thu, 9 Nov 2006 08:12:44 -0500
It shouldn't make a difference. The reference should remain the same whether
it is on a tab or not. You do not reference the tab control in any way in
this case. How are you referencing it?
--
--Roger Carlson
MS Access MVP
Access Database Samples: www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/wa.exe?SUBED1=ACCESS-L
"Winger" <Winger@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:1E32BB6E-A3CF-44CB-8D48-490A4BC9BDB9@xxxxxxxxxxxxxxxx
Roger,looks
I've moved the subform onto a tab control to get more room, and now it
dosn't work again!! How do I reference it through a tab control??
Many thanks
"Roger Carlson" wrote:
You have to reference the form THROUGH the main form. In general, it
thelike this:
forms!mainform!subformControl.Form!Control
or in your case:
Forms!MainForm![View Personal Details].Form![Last Name]
Now, this assumes that the subform and the subform *control* (that is
"Viewcontrol object on the main form that holds the subform) are both named
issuesPersonal Details".
On my website (www.rogersaccesslibrary.com), is a small Access database
sample called "SubformReference.mdb" which illustrates a number of
issues,with referencing subforms and subsubforms.
--
--Roger Carlson
MS Access MVP
Access Database Samples: www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/wa.exe?SUBED1=ACCESS-L
"Winger" <Winger@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:AF7EDFB4-B296-4A68-B3D1-C17495537F48@xxxxxxxxxxxxxxxx
I've tried to read through and follow previous threads on related
Name]but
unfortunalty still can't my prob resolved. I suspect I am missingsomething
basic.
1) I have a form, with an event "on Click" that opens another form and
selects the relavent data from the first firm, using the condition
[Personal Details]![Last Name]=[Forms]![View Personal Details]![Last
"The
However when this form becomes a sub-form it then dosn't work.
What changes do I need to make? and where?
2) I have another form, with sub-form but keep getting the message
"EventLinkMasterFields property setting has produced this error:......"Keys
The Main form has a Primary Key on "Event Ref" and has a One-to-many
relationship with the "Attendees" Sub form. Attendeeds has two Primary
on Event Ref: and Email address.
The Link Child / Master propertys seem to be set to link between
Ref:" in the two fields, but I still get the error.
Any pointers / tips on these probs would be much appreciated.
Many thanks
Winger
.
- Follow-Ups:
- Re: Sub Form Problems
- From: Winger
- Re: Sub Form Problems
- References:
- Re: Sub Form Problems
- From: Roger Carlson
- Re: Sub Form Problems
- From: Winger
- Re: Sub Form Problems
- Prev by Date: How to disable @ parsing?
- Next by Date: Re: Tabbed Control and continuous forms
- Previous by thread: Re: Sub Form Problems
- Next by thread: Re: Sub Form Problems
- Index(es):
Relevant Pages
|