No announcements
Found 1892925 threads
-
0 Votes
Toggle Button to disable subforms and current form controls
When you disable subform, controls is not greyed, you must enable/disable controls on form, ...Answered | 2 Replies | 1446 Views | Created by Keith732 - Monday, December 23, 2013 8:39 PM | Last reply by Keith732 - Friday, December 27, 2013 9:01 PM -
0 Votes
Control subform data from buttons in the container form
# Undo on a Form with SubFormsAnswered | 1 Replies | 549 Views | Created by Geek2020 - Monday, December 5, 2016 12:02 AM | Last reply by Edward8520 - Monday, December 5, 2016 6:30 AM -
0 Votes
Referencing a Button in a navigation form with several subform from a form
Using the Main forms button On Click event: Me.Answered | 1 Replies | 1489 Views | Created by behzadgh - Sunday, October 7, 2012 9:34 AM | Last reply by Lawrence Ellefson - Sunday, October 7, 2012 3:38 PM -
0 Votes
Navigation Form - switching subforms
To TEMPORARILY change the Source Object of a subform you can use: Me.SubFormName.SourceObject="FormName" Me.Requery I would ...Answered | 3 Replies | 2702 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
Form with Subform
I'm trying to do a form with a subform.Answered | 1 Replies | 1058 Views | Created by Casey_M - Friday, March 21, 2014 6:35 PM | Last reply by Dirk Goldgar - Friday, March 21, 2014 6:51 PM -
1 Votes
form update subform
The following goes in the click event of a button: Dim strSQL As String strSQL = "your sql string ...Answered | 2 Replies | 2643 Views | Created by NYYFAN_NC - Thursday, February 16, 2012 7:23 PM | Last reply by NYYFAN_NC - Saturday, February 18, 2012 3:21 AM -
0 Votes
Use a Control on a SubForm to Set the OrderBy on Main Form
No, not with an expression in the OrderBy property; it is reserved for fields in the current form's RecordSource only.Answered | 8 Replies | 704 Views | Created by RevaTophan - Monday, July 4, 2016 4:09 PM | Last reply by RevaTophan - Tuesday, July 5, 2016 1:13 AM -
3 Votes
Refering to a Command Button in a Subform
http://www.mvps.org/access/forms/frm0031.htm Very clear references on refering to properties and controls on forms and ...Answered | 8 Replies | 10026 Views | Created by KKbondo - Friday, July 16, 2010 8:40 AM | Last reply by KKbondo - Friday, July 23, 2010 10:24 AM -
1 Votes
Docmd.new record in Main form to set new record in subforms on tab controls.
frmNotificationCore.tabDisease.Form.Recordset.AddNew Remember though that you need to refer to the subform control (control on the ...Answered | 5 Replies | 13817 Views | Created by KIWI DAVE - Tuesday, November 20, 2012 9:47 PM | Last reply by KIWI DAVE - Tuesday, November 20, 2012 11:11 PM -
1 Votes
Subforms inheriting from main Forms
This leads me to suspect you aren't setting properties on the same form that you're loading in the subform control.Answered | 17 Replies | 4647 Views | Created by DaveJJ49 - Friday, March 9, 2012 5:13 PM | Last reply by DaveJJ49 - Friday, March 9, 2012 7:50 PM -
0 Votes
Updating a subform control
I used the debug window to print the sql from the rowsource of the subform's form.Answered | 8 Replies | 4358 Views | Created by JonWayn - Thursday, August 5, 2010 6:33 PM | Last reply by crushbrain - Friday, August 6, 2010 3:06 PM -
0 Votes
Disable validation of Control when click close button
Alternatively a command button to delete the current record can be added to the form.Answered | 17 Replies | 871 Views | Created by Chibut - Tuesday, December 13, 2016 5:24 PM | Last reply by Deepak Saradkumar Panchal - Monday, December 19, 2016 7:54 AM -
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 | 4270 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
Eliminating save form upon selecting subform...
So the save is by design, and it cannot be disabled.Answered | 2 Replies | 824 Views | Created by plynton - Tuesday, April 5, 2016 10:03 PM | Last reply by Albert D. Kallal - Saturday, April 9, 2016 1:33 AM -
0 Votes
Access 2007 form to subform question
I'm building a database with a multi-tab form ... the first tab is the parent table ... the second tab has a one to one relationship with the first tab ... on the second tab, there is a field ...Answered | 1 Replies | 13040 Views | Created by tinamarie2011 - Friday, January 21, 2011 8:27 PM | Last reply by Ed Price - MSFT - Saturday, November 19, 2011 8:18 AM -
0 Votes
Pass value from main form to subform and save it
You'll need the "Subform Control" where you have the child form bound to qryServiceRecipientCare is displayed.Answered | 11 Replies | 1561 Views | Created by Oleg.bv - Tuesday, September 13, 2016 7:23 PM | Last reply by .theDBguy - Wednesday, September 14, 2016 5:29 PM -
0 Votes
AllowEdits on subform
" "The Current event also occurs when you refresh a form or requery the form's underlying table or query...Answered | 17 Replies | 2141 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
Unusual form behavior after subform is requeried
Both the subform/subreport controls must exist at the same time, which can not be done with a Navigation form.Answered | 4 Replies | 826 Views | Created by WAstarita - Tuesday, May 28, 2013 3:43 AM | Last reply by Marshall Barton - Tuesday, May 28, 2013 3:24 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 | 1261 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
I have worked this out by putting the requery methods on a button and that works fine.Answered | 7 Replies | 4224 Views | Created by Patrick.Grant01 - Saturday, February 18, 2012 5:11 PM | Last reply by ryguy72 - Tuesday, February 21, 2012 11:30 PM - Items 1 to 20 of 1892925 Next ›
No announcements