No announcements
Found 1665494 threads
-
0 Votes
Creating a subform that has navigation tabs
The tab control in this form has three pages, but only the second and third contain subforms.Answered | 12 Replies | 6028 Views | Created by NCDOT - Tuesday, May 15, 2012 6:09 PM | Last reply by Ken Sheridan - Saturday, May 19, 2012 5:43 PM -
0 Votes
Triple subform in Tab Control requery question
You should also check that you have the correct syntax to refer to a control on another subform when you have nested subforms.Answered | 2 Replies | 7382 Views | Created by DriveEV - Thursday, September 23, 2010 6:56 PM | Last reply by DriveEV - Monday, September 27, 2010 1:49 PM -
1 Votes
Docmd.new record in Main form to set new record in subforms on tab controls.
The TabControl object reference is not needed ... while Tab controls are containers of sorts, the controls within a page of a Tab Control are ...Answered | 5 Replies | 13300 Views | Created by KIWI DAVE - Tuesday, November 20, 2012 9:47 PM | Last reply by KIWI DAVE - Tuesday, November 20, 2012 11:11 PM -
0 Votes
Call Exit event of a subform control in Navigation Subform
If you need to call a parameter from the subform the syntax is: Forms!Answered | 3 Replies | 1161 Views | Created by BlakWidow61 - Tuesday, January 14, 2014 12:49 AM | Last reply by ryguy72 - Sunday, January 19, 2014 8:35 PM -
4 Votes
Requerying a Sub Form on a Subform on a Tab
So I think the requery methods are being executed before the form which is opened closes.Answered | 7 Replies | 4090 Views | Created by Patrick.Grant01 - Saturday, February 18, 2012 5:11 PM | Last reply by ryguy72 - Tuesday, February 21, 2012 11:30 PM -
0 Votes
Referring a control on subform not working
SalesOrderSubform is the name for both subform & the control on the subform As Mark writes, use a different control name, e.g.Answered | 9 Replies | 4143 Views | Created by Abdul Shakeel - Tuesday, January 4, 2011 7:38 AM | Last reply by Peter Doering - Tuesday, January 4, 2011 5:07 PM -
0 Votes
Updating a subform control
I also pasted it directly into the RecordSource property of the form that the subform is based on and opened it in form view and saw 3 records.Answered | 8 Replies | 4222 Views | Created by JonWayn - Thursday, August 5, 2010 6:33 PM | Last reply by crushbrain - Friday, August 6, 2010 3:06 PM -
0 Votes
Tab Controls within a tab control
A tab control is always placed on the form itself, it cannot be embedded in a tab page of another tab control.Answered | 1 Replies | 717 Views | Created by Marj Weir - Saturday, April 4, 2015 5:55 AM | Last reply by Hans Vogelaar MVP - Saturday, April 4, 2015 10:38 AM -
1 Votes
Open and Email Report Based on ID from Subform
The syntax to reference a control in a subform is: Forms!Answered | 2 Replies | 647 Views | Created by ckov814 - Tuesday, August 19, 2014 8:15 PM | Last reply by ryguy72 - Wednesday, August 20, 2014 1:56 PM -
0 Votes
Help with navigation forms and tab between subforms
Do you use a navigation form or do you use a regular form which contains two subforms You first have to set reference to the main for before you can set a reference to ...Answered | 2 Replies | 713 Views | Created by William Slish - Friday, February 20, 2015 4:09 AM | Last reply by msdnPublicIdentity - Friday, February 20, 2015 3:42 PM -
0 Votes
Tab Controls - Opening Related Subforms
I have a Navigation form with 3 tabs.Answered | 1 Replies | 257 Views | Created by FK_1234 - Thursday, August 24, 2017 9:13 PM | Last reply by .theDBguy - Thursday, August 24, 2017 9:23 PM -
2 Votes
How do I open a Report in a Form or Subform
However, if I drop a subform/subreport control (yep, that is the name of it) I can select a report OR I can just drap and drop a report on my form.Answered | 8 Replies | 11494 Views | Created by Jale01 - Monday, January 17, 2011 4:37 AM | Last reply by Andy Simpson - Friday, August 4, 2017 9:00 PM -
0 Votes
Refresh data in subform after typing in accounting number and pressing tab
My main form name is frmHACList and my subform is frmPatientCheck.Answered | 3 Replies | 4510 Views | Created by ChuWil - Friday, March 11, 2011 8:30 PM | Last reply by -suzyQ - Monday, March 14, 2011 9:21 PM -
0 Votes
Navigation Form - switching subforms
But be careful, if the subform is linked to the main form through master and child fields, the new subform needs to have the same master and child fields.Answered | 3 Replies | 2547 Views | Created by zdrae - Wednesday, February 29, 2012 3:44 AM | Last reply by Lawrence Ellefson - Sunday, December 30, 2012 10:28 PM -
0 Votes
Go to next navigation subform
Keep in mind that the 'Code, 168, Financial Year' etc tabs are handled in one subform.Answered | 9 Replies | 2561 Views | Created by AshishKumar1200 - Wednesday, July 13, 2016 4:31 AM | Last reply by mbizup MVP - Friday, July 15, 2016 11:39 AM -
0 Votes
open form with specific record and in navigation subform
When you create a form the focus will stay on the form and you will not be able use the controls on the naviation form.Answered | 4 Replies | 8347 Views | Created by LilyUSA - Wednesday, November 10, 2010 9:48 PM | Last reply by LilyUSA - Thursday, November 11, 2010 10:34 PM -
0 Votes
Use a Control on a SubForm to Set the OrderBy on Main Form
That is a relational design error.Answered | 8 Replies | 614 Views | Created by RevaTophan - Monday, July 4, 2016 4:09 PM | Last reply by RevaTophan - Tuesday, July 5, 2016 1:13 AM -
2 Votes
Subform Running Balance
Hi Paul, When opening the Form in Access, click on Tab Home, then you see the Totals button, click on this.Answered | 3 Replies | 3261 Views | Created by pjscott51 - Thursday, November 3, 2011 10:49 PM | Last reply by pjscott51 - Friday, November 4, 2011 12:33 AM -
0 Votes
AllowEdits on subform
The help file says: "This event occurs both when a form is opened and whenever the focus leaves one record and moves to another.Answered | 17 Replies | 1798 Views | Created by jshot - Thursday, May 31, 2018 7:17 PM | Last reply by Terry Xu - MSFT - Friday, June 1, 2018 5:20 AM -
0 Votes
Opening forms in tab control
So i'll try and make this simple I have a MDI parent form with a tab control section.Answered | 2 Replies | 2737 Views | Created by Andrew.M - Thursday, July 9, 2009 3:12 AM | Last reply by Andrew.M - Friday, July 10, 2009 12:53 AM - Items 1 to 20 of 1665494 Next ›
No announcements