A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Find As U Type Question



 
 
Thread Tools Display Modes
  #1  
Old October 6th, 2009, 11:59 PM posted to microsoft.public.access.forms
dcrqueens
external usenet poster
 
Posts: 28
Default Find As U Type Question

I am using the Find as U Type form by Allen Browne. In order to suppress
combo boxes it states that you add the following to the On load procedure

For example, to suppress filtering for Combo1 and Text99, set the form's On
Load property to:
=FindAsUTypeLoad([Form], "Combo1", "Text99")

The problem that I have is that there is already something else listed On
load procedure that s required t make the form work =FindAsUTypeLoad([Form]).
How do I add this additional information as well.

Any help would be greatly appreciated.

Diana
  #2  
Old October 7th, 2009, 01:07 AM posted to microsoft.public.access.forms
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Find As U Type Question

On Tue, 6 Oct 2009 15:59:01 -0700, dcrqueens
wrote:

I am using the Find as U Type form by Allen Browne. In order to suppress
combo boxes it states that you add the following to the On load procedure

For example, to suppress filtering for Combo1 and Text99, set the form's On
Load property to:
=FindAsUTypeLoad([Form], "Combo1", "Text99")

The problem that I have is that there is already something else listed On
load procedure that s required t make the form work =FindAsUTypeLoad([Form]).
How do I add this additional information as well.

Any help would be greatly appreciated.

Diana


Open whatever routine you currently have in the Load event, and add

Call FindAsUTypeLoad(Me, "Combo1", "Text99")

as a line in the executable code.
--

John W. Vinson [MVP]
  #3  
Old October 7th, 2009, 10:54 PM posted to microsoft.public.access.forms
dcrqueens
external usenet poster
 
Posts: 28
Default Find As U Type Question

John than you so much this is exactly what I needed.

"John W. Vinson" wrote:

On Tue, 6 Oct 2009 15:59:01 -0700, dcrqueens
wrote:

I am using the Find as U Type form by Allen Browne. In order to suppress
combo boxes it states that you add the following to the On load procedure

For example, to suppress filtering for Combo1 and Text99, set the form's On
Load property to:
=FindAsUTypeLoad([Form], "Combo1", "Text99")

The problem that I have is that there is already something else listed On
load procedure that s required t make the form work =FindAsUTypeLoad([Form]).
How do I add this additional information as well.

Any help would be greatly appreciated.

Diana


Open whatever routine you currently have in the Load event, and add

Call FindAsUTypeLoad(Me, "Combo1", "Text99")

as a line in the executable code.
--

John W. Vinson [MVP]

 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:37 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.