Sign Up |  Live StatsLive Stats    Articles 37,470| Comments 178,663| Members 19,495, Newest singhajay| Online 392
Home Contact
 (Forgotten?): 
    10 years of Excellence
    For best SPN experience, use Firefox Internet Browser!


                                                                   Your Banner Here!    




Click Here to Register/Sign Up Daily Hukamnama Member Blogs Downloads Website Navigation Help Fonts Tags

Finding specific records

Our Donation Goal : Why Donate? : Donate Today! : Donate Anonymously (ਗੁਪਤ) : Our Family of Supporters
Goal this month: 500 USD, Received: 0 USD (0%)
Please Donate...
     
Related Topics...
Thread Thread Starter Forum Replies Last Post
Help Finding Shabad deepsingh87 Sikh Sikhi Sikhism 9 27-Mar-2009 02:04 AM
Himachal Pradesh to seek records before entering 'Sikh' word in Revenue records (New Sikh News Reporter Sikh News 0 19-Feb-2009 17:00 PM
Deleting half completed records and copying records questions wazza_c12@hotmail.com Information Technology 2 28-Jul-2006 08:32 AM
Lookup Field to be used to open records and create records... jejesmith52 Information Technology 0 28-Jul-2006 08:17 AM
Filtering records in a query based on field values in adjacent records sdisalvo Information Technology 2 28-Jul-2006 08:12 AM


Tags
finding, specific, records
Reply Post New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!
  #1 (permalink)  
Old 08-Nov-2005, 12:52 PM
souchie40's Avatar souchie40
Guest
 
Posts: n/a
   
   
Finding specific records

  Donate Today!   Email to Friend  Tell a Friend   Show Printable Version  Print   Contact sikhphilosophy.net Administraion for any Suggestions, Ideas, Feedback.  Feedback  

Register to Remove Advertisements
Hi everyone,

Like to say what a great group this is and thanks for all the help in the
past.

However moving on here is my dilema today, I have a form that is based on a
query from several tables, this query can have hundres/thousands of records,
what I would like to do is do a search on a specific field and jump to that
records form, what I am thinking is along the lines of the record navigation
button for find but when I press the command button on my form it defaults to
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/6841-finding-specific-records.html
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6841
the required field and parameters leaving the user to enter the search text
criteria.

MTIA


Do you agree or disagree with the writer above? Why not share your immediate thoughts with us! Login Now! or Sign Up Today! to share your views... Gurfateh!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-Nov-2005, 12:52 PM
Arvin Meyer [MVP]'s Avatar Arvin Meyer [MVP]
Guest
 
Posts: n/a
   
   
Re: Finding specific records

Have a look at Filter By Form (Records ... Filter ... Filter By Form). The
interface may be just what you are looking for. Once selected from the menu,
simply fill in any field and click on the Filter button (the funnel)
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access

"souchie40" wrote in message
news:1AC200E0-2944-4D17-A2A2-36CD0E34757D@microsoft.com...
> Hi everyone,
>
> Like to say what a great group this is and thanks for all the help in the
> past.
>
> However moving on here is my dilema today, I have a form that is based on

a
> query from several tables, this query can have hundres/thousands of

records,
> what I would like to do is do a search on a specific field and jump to

that
> records form, what I am thinking is along the lines of the record

navigation
> button for find but when I press the command button on my form it defaults

Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6841
to
> the required field and parameters leaving the user to enter the search

text
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6841
> criteria.
>
> MTIA



Reply With Quote
  #3 (permalink)  
Old 08-Nov-2005, 12:52 PM
souchie40's Avatar souchie40
Guest
 
Posts: n/a
   
   
Re: Finding specific records

Yes that would do what I want , but is there a way to run 'filter by form and
apply filter' from code and again to remove filter

TIA

"Arvin Meyer [MVP]" wrote:

> Have a look at Filter By Form (Records ... Filter ... Filter By Form). The
> interface may be just what you are looking for. Once selected from the menu,
> simply fill in any field and click on the Filter button (the funnel)
> --
> Arvin Meyer, MCP, MVP
> Microsoft Access
> Free Access downloads
> http://www.datastrat.com
> http://www.mvps.org/access
>
> "souchie40" wrote in message
> news:1AC200E0-2944-4D17-A2A2-36CD0E34757D@microsoft.com...
> > Hi everyone,
> >
> > Like to say what a great group this is and thanks for all the help in the
> > past.
> >
> > However moving on here is my dilema today, I have a form that is based on

Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6841
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6841
> a
> > query from several tables, this query can have hundres/thousands of

> records,
> > what I would like to do is do a search on a specific field and jump to

> that
> > records form, what I am thinking is along the lines of the record

> navigation
> > button for find but when I press the command button on my form it defaults

> to
> > the required field and parameters leaving the user to enter the search

> text
> > criteria.
> >
> > MTIA

>
>
>

Reply With Quote
  #4 (permalink)  
Old 09-Nov-2005, 17:50 PM
Arvin Meyer [MVP]'s Avatar Arvin Meyer [MVP]
Guest
 
Posts: n/a
   
   
Re: Finding specific records

Sure:

DoCmd.RunCommand acCmdFilterByForm
DoCmd.RunCommand acCmdApplyFilterSort
Docmd.RunCommand acCmdRemoveFilterSort

--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access

"souchie40" wrote in message
news:01B8E0E4-D9E2-418D-90DA-C8B8329A64E5@microsoft.com...
> Yes that would do what I want , but is there a way to run 'filter by form

and
> apply filter' from code and again to remove filter
>
> TIA
>
> "Arvin Meyer [MVP]" wrote:
>
> > Have a look at Filter By Form (Records ... Filter ... Filter By Form).

The
> > interface may be just what you are looking for. Once selected from the

menu,
> > simply fill in any field and click on the Filter button (the funnel)
> > --
> > Arvin Meyer, MCP, MVP
> > Microsoft Access
> > Free Access downloads
> > http://www.datastrat.com
> > http://www.mvps.org/access
> >
> > "souchie40" wrote in message
> > news:1AC200E0-2944-4D17-A2A2-36CD0E34757D@microsoft.com...
> > > Hi everyone,
> > >
> > > Like to say what a great group this is and thanks for all the help in

the
> > > past.
> > >
> > > However moving on here is my dilema today, I have a form that is based

Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6841
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6841
on
> > a
> > > query from several tables, this query can have hundres/thousands of

> > records,
> > > what I would like to do is do a search on a specific field and jump to

> > that
> > > records form, what I am thinking is along the lines of the record

> > navigation
> > > button for find but when I press the command button on my form it

defaults
> > to
> > > the required field and parameters leaving the user to enter the search

> > text
> > > criteria.
> > >
> > > MTIA

> >
> >
> >



Reply With Quote
  #5 (permalink)  
Old 09-Nov-2005, 17:51 PM
souchie40's Avatar souchie40
Guest
 
Posts: n/a
   
   
Re: Finding specific records

Hi,

But How would I get it to pause between 'filter by form' and 'apply filter'
so that the user can enter the required criteria

TIA

"Arvin Meyer [MVP]" wrote:
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6841

> Sure:
>
> DoCmd.RunCommand acCmdFilterByForm
> DoCmd.RunCommand acCmdApplyFilterSort
> Docmd.RunCommand acCmdRemoveFilterSort
>
> --
> Arvin Meyer, MCP, MVP
> Microsoft Access
> Free Access downloads
> http://www.datastrat.com
> http://www.mvps.org/access
>
> "souchie40" wrote in message
> news:01B8E0E4-D9E2-418D-90DA-C8B8329A64E5@microsoft.com...
> > Yes that would do what I want , but is there a way to run 'filter by form

> and
> > apply filter' from code and again to remove filter
> >
> > TIA
> >
> > "Arvin Meyer [MVP]" wrote:
> >
> > > Have a look at Filter By Form (Records ... Filter ... Filter By Form).

> The
> > > interface may be just what you are looking for. Once selected from the

> menu,
> > > simply fill in any field and click on the Filter button (the funnel)
> > > --
> > > Arvin Meyer, MCP, MVP
> > > Microsoft Access
> > > Free Access downloads
> > > http://www.datastrat.com
> > > http://www.mvps.org/access
> > >
> > > "souchie40" wrote in message
> > > news:1AC200E0-2944-4D17-A2A2-36CD0E34757D@microsoft.com...
> > > > Hi everyone,
> > > >
> > > > Like to say what a great group this is and thanks for all the help in

> the
> > > > past.
> > > >
> > > > However moving on here is my dilema today, I have a form that is based

Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6841
> on
> > > a
> > > > query from several tables, this query can have hundres/thousands of
> > > records,
> > > > what I would like to do is do a search on a specific field and jump to
> > > that
> > > > records form, what I am thinking is along the lines of the record
> > > navigation
> > > > button for find but when I press the command button on my form it

> defaults
> > > to
> > > > the required field and parameters leaving the user to enter the search
> > > text
> > > > criteria.
> > > >
> > > > MTIA
> > >
> > >
> > >

>
>
>

Reply With Quote
  #6 (permalink)  
Old 10-Nov-2005, 21:08 PM
Arvin Meyer [MVP]'s Avatar Arvin Meyer [MVP]
Guest
 
Posts: n/a
   
   
Re: Finding specific records

  Donate Today!  
Opening Filter By Form pauses by itself. You would then enter your criteria
and push another button to apply the filter.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access

"souchie40" wrote in message
news:67110FE1-F76E-48FE-8A73-7F0B6D93A4A1@microsoft.com...
> Hi,
>
> But How would I get it to pause between 'filter by form' and 'apply

filter'
> so that the user can enter the required criteria
>
> TIA
>
> "Arvin Meyer [MVP]" wrote:
>
> > Sure:
> >
> > DoCmd.RunCommand acCmdFilterByForm
> > DoCmd.RunCommand acCmdApplyFilterSort
> > Docmd.RunCommand acCmdRemoveFilterSort
> >
> > --
> > Arvin Meyer, MCP, MVP
> > Microsoft Access
> > Free Access downloads
> > http://www.datastrat.com
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6841
> > http://www.mvps.org/access
> >
> > "souchie40" wrote in message
> > news:01B8E0E4-D9E2-418D-90DA-C8B8329A64E5@microsoft.com...
> > > Yes that would do what I want , but is there a way to run 'filter by

form
> > and
> > > apply filter' from code and again to remove filter
> > >
> > > TIA
> > >
> > > "Arvin Meyer [MVP]" wrote:
> > >
> > > > Have a look at Filter By Form (Records ... Filter ... Filter By

Form).
> > The
> > > > interface may be just what you are looking for. Once selected from

the
> > menu,
> > > > simply fill in any field and click on the Filter button (the funnel)
> > > > --
> > > > Arvin Meyer, MCP, MVP
> > > > Microsoft Access
> > > > Free Access downloads
> > > > http://www.datastrat.com
> > > > http://www.mvps.org/access
> > > >
> > > > "souchie40" wrote in message
> > > > news:1AC200E0-2944-4D17-A2A2-36CD0E34757D@microsoft.com...
> > > > > Hi everyone,
> > > > >
> > > > > Like to say what a great group this is and thanks for all the help

in
> > the
> > > > > past.
> > > > >
> > > > > However moving on here is my dilema today, I have a form that is

based
> > on
> > > > a
> > > > > query from several tables, this query can have hundres/thousands

of
> > > > records,
> > > > > what I would like to do is do a search on a specific field and

jump to
> > > > that
> > > > > records form, what I am thinking is along the lines of the record
> > > > navigation
> > > > > button for find but when I press the command button on my form it

> > defaults
> > > > to
> > > > > the required field and parameters leaving the user to enter the

Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6841
search
> > > > text
> > > > > criteria.
> > > > >
> > > > > MTIA
> > > >
> > > >
> > > >

> >
> >
> >



Reply With Quote
   Click Here to Donate Now!

Support Us!
Become a Promoter!
Gurfateh ji, you can become a SPN Promoter by Donating as little as $10 each month. With limited resources & high operational costs, your donations make it possible for us to deliver a quality website and spread the teachings of the Sri Guru Granth Sahib Ji, to serve & uplift humanity. Every contribution counts. Donate Generously. Gurfateh!
ReplyPost New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!

Bookmarks


(View-All Members who have read this thread : 0
There are no names to display.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Tools Search
Search:

Advanced Search
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

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

» Active Discussions
Nice Punjabi Songs with...
Today 02:40 AM
18 Replies, 484 Views
Would an Atheist Pray in...
Today 01:12 AM
54 Replies, 5,263 Views
Sikh Philosophy Network...
Today 00:56 AM
17 Replies, 784 Views
Thought of the Moment!
Today 00:06 AM
116 Replies, 6,125 Views
English Sri Guru Granth Sahib Ji Translations
Yesterday 23:30 PM
6 Replies, 92 Views
Can Sikhs worship...
Yesterday 23:17 PM
15 Replies, 172 Views
Sikh Spokesman (ਪੰਜਾਬੀ...
Yesterday 21:25 PM
256 Replies, 6,070 Views
Difference in Bowing...
By Kamala
Yesterday 15:08 PM
11 Replies, 262 Views
What Really Happened on...
Yesterday 12:46 PM
13 Replies, 229 Views
Free Online Gurbani...
Yesterday 03:56 AM
13 Replies, 4,339 Views
English Sri Guru Granth...
Yesterday 03:51 AM
5 Replies, 171 Views
Edward Snowden: the...
Yesterday 03:34 AM
3 Replies, 186 Views
Rozana Reports (ਪੰਜਾਬੀ...
Yesterday 03:23 AM
407 Replies, 9,444 Views
What Is Difference...
18-Jun-2013 09:18 AM
6 Replies, 183 Views
First There is Water by...
By Ishna
18-Jun-2013 05:03 AM
3 Replies, 193 Views
» Books You Should Read...
Powered by vBadvanced CMPS v3.2.3
All times are GMT +6.5. The time now is 02:49 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2 Copyright © 2004-12, All Rights Reserved. Sikh Philosophy Network


Page generated in 0.52202 seconds with 32 queries