PC Review


Reply
Thread Tools Rate Thread

customize a parameter value box

 
 
=?Utf-8?B?U3RvdXRfY25z?=
Guest
Posts: n/a
 
      16th May 2006
how do i customize a parameter value box? by putting my own backgroud image,
choosing the title i want, adding menus etc.? then how would i attatch this
parameter value box to a form or report, or to a switchboard item when the
user clicks to retrieve certain/limited information from a report (for
instance only the students in Mr. B's class)?

someone said to create a modal form and use unbound ojects as criteria, but
how?

please help

 
Reply With Quote
 
 
 
 
Wolfgang Kais
Guest
Posts: n/a
 
      16th May 2006
Hello "Stout_cns".

"Stout_cns" wrote:
> how do i customize a parameter value box? by putting my own backgroud
> image, choosing the title i want, adding menus etc.? then how would i
> attatch this parameter value box to a form or report, or to a
> switchboard item when the user clicks to retrieve certain/limited
> information from a report (for instance only the students in Mr. B's
> class)?
>
> someone said to create a modal form and use unbound ojects as criteria,
> but how?


Create a form that has no record source.
Add textboxes or combo boxes that allow the user to enter the criteria.
Add an OK button that does whatever you want using the paramteter
values. For example:
use a query that uses Forms!YourParameterForm!aTextbox as criterion.
Or pass the criteria to a form or report using the WhereCondition
argument of the DoCmd.OpenForm or OpenReport methods (VBA).
The only thing I'm not sure about is "menues". I think you will have to use
the menu bar from Access (which is btw. not available to modal forms).

--
Regards,
Wolfgang


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Parameter Type/Size Property Values for VARCHAR(MAX) Stored Proc Parameter jcpc Microsoft ASP .NET 2 26th Jan 2011 11:48 AM
using a String Builder a actual parameter and LPTSTR as formal parameter in unmanaged code Tony Johansson Microsoft C# .NET 1 30th Apr 2010 03:00 AM
Parameter Form - Combo Box - Parameter Query - Report Problems SJ Microsoft Access Forms 1 13th Jul 2008 04:02 AM
Customize menu with customize picture. =?Utf-8?B?UGF0?= Microsoft Word Document Management 1 19th Jul 2005 02:03 PM
error STOP:0x0000007B (parameter, parameter, parameter, parameter) robert35 Microsoft Access Getting Started 1 15th Dec 2004 03:28 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:07 AM.