Re: how can I show query results as a subform !!!
- From: savas_karaduman@xxxxxxxxx
- Date: 2 Aug 2006 07:47:01 -0700
Thank you very much !!! it is done already..
Tom van Stiphout wrote:
On 1 Aug 2006 05:52:55 -0700, savas_karaduman@xxxxxxxxx wrote:
Yes. Create the subform and bind it to the query.
Upon button click, set the OrderBy property of the subform to the
value of the textbox, and set OrderByOn property to True.
with Me.mysubform.Form
.OrderBy = txtSortCriteria
.OrderByOn = True
end with
-Tom.
There is a form
There is a text box on that form
There is a button on the same form
there is a seperate query
Sort criteria going to be entered by text box.
Button is going to execute event
A subform will show query results on that form
EASY ??
.
- References:
- how can I show query results as a subform !!!
- From: savas_karaduman
- Re: how can I show query results as a subform !!!
- From: Tom van Stiphout
- how can I show query results as a subform !!!
- Prev by Date: Re: Ereignis für deaktivieren einer Access-Applikation
- Next by Date: Change order of COLUMNS in CROSSTAB
- Previous by thread: Re: how can I show query results as a subform !!!
- Next by thread: lotus notes automation to Access using VBA
- Index(es):
Relevant Pages
|