Advertisement

1 - 10 of 99 containing alltags:("rowsource") (0.001 seconds)
I have an unbound form with a sql statement as the rowsource of a combo box,  When the form opens a browse window with the results of the query for the combo box behind the form.  How do i get rid ...
Zones: FoxProDate Answered: 08/23/2001 Grade: A Views: 0
Situation:  I have a form that enables the user to select which TransActions will print on a report.  The Accounting department sometimes makes mistakes so they sometimes have to do in and out tran...
Zones: MS AccessDate Answered: 01/30/2002 Grade: A Views: 0
I am trying to design a single form which can then be used to display various graphs. Having designed the first chart (which is a control named GRAPH) I have been able to display different data ...
Zones: MS AccessDate Answered: 03/07/2003 Grade: A Views: 4
Hi! I am using Access97. I have a listbox in a form. If I change the rowsource the first time and requery, the content of the list changes correctly. However, if I change the rowsource again and...
Zones: MS AccessDate Answered: 06/23/2003 Grade: A Views: 0
I am getting the error mentioned in the question title for a VB.NET snippet of code. Here it is: Me.Combo32.rowsource = "select [qryrdselect].[refdesc], [qryrdselect].[refkey] from qryrdselect;"...
Zones: .NETDate Answered: 09/30/2004 Grade: B Views: 0
I need to set the RowSource of a Combo Box to an ADO recordset. I'm able to open the recordset and use a loop to iterate through the values with a Value List, but I want to use a Table/Query so...
Zones: MS AccessDate Answered: 06/22/2005 Grade: A Views: 0
Hi. Can you please provide an example using the the rowsource property? I have and option group with option buttons and a combobox. I would like the value selection change in the combo based on t...
Zones: MS AccessDate Answered: 08/29/2005 Grade: A Views: 0
Excel _ UserForm _ ComboBox Is there a way in the Combobox Row Source to put a formula that would adjust the data range =Clients!Clients example to like =Clients!A2:Range("A65536").End(xlUp)....
Zones: Ms Office Suite, Visual Basic, ...Date Answered: 03/01/2007 Grade: A Views: 0
Displaying a listbox containing 3 fields from each record in a table. I want to be able to filter this by a field called Completed and again by a field called active. I wrote two filter queries and...
Zones: MS AccessDate Answered: 11/04/1997 Grade: A Views: 0
I'm using a datacombo and I've only associate with only one field(eg.Race).It has three items only.(Chinese,Malay,Indian) I set the properties as below: listfield : Race(field name) rowso...
Zones: Visual BasicDate Answered: 07/16/2000 Grade: B Views: 0