Enter Keywords:
Search Within Results
 
 
Narrow Results
Can't Find a Solution
 
 
 
1 - 10 of 12(0 seconds)
Sort By:
 
How do you set a control's sourceobject in code?  I get an error saying that it cant find my form(subform) ARGHHH!!! Why isn't this like all the other Office apps!!! 100 points cause I'm irrita...
Zones: MS AccessDate Answered: 04/11/2001 Rating: 7.6 Views: 0
Does anyone know if there is a way to use a SQL statement for a sub form.  Or some way to use a recordset or querydef (that is not a created query object)?  Because you can use objects like queries...
Zones: MS AccessDate Answered: 07/20/2003 Rating: 8.8 Views: 0
This is in MS Access 2000.... I am trying to change the form based on the value of a combo box, which should be straightforward. In the ComboBox_Change() event procedure, I have the following c...
Zones: MS AccessDate Answered: 08/30/2003 Rating: 7.4 Views: 0
Experts; I have a main form with controls that allows a user to define a custom query (it generates a SQL string based on their parameters). I want to output those results in a subform conati...
Zones: MS AccessDate Answered: 09/27/2007 Rating: 9.4 Views: 8
Can you change a subform's sourceObject in an ADP?  In the AfterUpdate event of a combo box I set the subform's SourceObject.  I receive the error "The setting you entered isn't valid for this ...
Zones: MS AccessDate Answered: 08/24/2001 Rating: 7.4 Views: 0
I have a form with a tabbed control which has subforms in it.  There are many subforms and it's taking forever for the main form to load (about a minute).  I've tried creating duplicate subforms th...
Zones: MS AccessDate Answered: 12/26/2005 Rating: 9.0 Views: 0
Hi experts, I have a problem with the following code: Private Sub helpwindow_Click() On Error GoTo Err_helpwindow_Click       Dim stDocName As String     stDocName = "helppopup"      ...
Zones: MS AccessDate Answered: 01/26/2006 Rating: 9.0 Views: 0
This is information that I found out after beating my head for 4+ Hrs. It may help someone else. I use subforms a lot. In the past if I wanted to use multiple subforms in the same screen area I ...
Zones: MS AccessDate Answered: 07/17/2006 Rating: 9.0 Views: 4
I have a tabbed form which contains a chart.  The chart is based on a query which gets totals for whatever day is selected.  That's the first tab.  The next tab, ideally, should change the sourceob...
Zones: MS AccessDate Answered: 09/08/1998 Rating: 7.8 Views: 0
Hi, I have a subform. i want to change the sourceobject of the subform to a new recordset. In other words i want to show the records from a new recordset in the subform. But when i tried to chan...
Zones: MS AccessDate Answered: 01/08/2004 Rating: 9.2 Views: 0