A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Subform to select record for subform



 
 
Thread Tools Display Modes
  #1  
Old May 5th, 2008, 01:21 PM posted to microsoft.public.access.forms
carriey
external usenet poster
 
Posts: 22
Default Subform to select record for subform

I have a Main Form which has tabs on it that house a number of subforms (some
with an additional subform inside them). All are working fine however, some
of the subforms contain multiple records and I want the user to be able to
select which record they want to view.

Frm_CasingFailure_MAIN is one of them and it's record source is
Qry_CasingFailure_MAIN.

I set up another subform (continuous) Frm_CF_Select which uses the same
query but the form only has a couple of fields: CF_ID, Detection_Date,
CF_Status. I would like the user to select the record here and have it show
up in Frm_CasingFailure_MAIN.

I have tried on CF_ID Got Focus and On Click the following:

Me.Frm_CasingFailure_MAIN.Form.Requery
and
Me.Frm_CasingFailure_MAIN.Form.Refresh

but both give me a Compile Error "method or data member not found" I have
checked the spelling of everything and it is correct. Can someone please
tell me what I'm doing wrong?

Thanks in advance!
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:08 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.