Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query Caption header, is it possible

Status
Not open for further replies.

azzi2000

MIS
Jan 28, 2004
145
US
I have a form that has a button to excecute a smple query.
Can I control the query caption table: It display
<Query Name>: Select Query
How can I control the display if possible.
Please advice,
Thank you.
Dré
 
How can I control the display
By using a form bound to this query.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
PHV:
On the related subject I created a form bound to query.
When I click on the form it will display in a datasheet form however when I placed it in a button to open a form it will diplay one record at a time.
How can I have it diaplyed in a datasheet mode.
Please advice,
Thank you.
Dré
 
Take a look at the 2nd argument of the DoCmd.OpenForm method:
DoCmd.OpenForm "your form name", acFormDS

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top