Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access
|
Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 7th, 2005, 03:42 PM
Friend of Wrox
 
Join Date: Aug 2004
Posts: 159
Thanks: 0
Thanked 0 Times in 0 Posts
Default Programming continuos filtering on a table

Hi experts,
I have a criteria form which is used sucessively to all employees
on a combo box. For each criteria an action qry is runned so a
result table is created. Would any expert suggest a procedure to
filter one by one the employees on the combo box so i would create
the table without having to interact step by step? More details are
available if i haven't made myself clear enough.:)
rgds Penta


 
Old June 8th, 2005, 02:45 PM
Friend of Wrox
 
Join Date: Aug 2004
Posts: 159
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Problem solved,
    Do Until rst.EOF
          'statement goes here: comb box source and call to functions
           rst.MoveNext
    Loop
Thanks u all for ur time,
P






Similar Threads
Thread Thread Starter Forum Replies Last Post
device DLL programming in client side programming hendyhanusin ASP.NET 1.0 and 1.1 Professional 2 February 19th, 2009 12:01 PM
device DLL programming in client side programming hendyhanusin ASP.NET 1.0 and 1.1 Basics 0 March 21st, 2007 08:05 AM
device DLL programming in client side programming hendyhanusin ASP.NET 2.0 Professional 1 March 21st, 2007 08:04 AM
Continuos Form and Pop-up calendar scandalous Access 0 February 16th, 2007 11:38 AM
Dynamic Table Filtering nancy Classic ASP Databases 1 July 8th, 2005 05:42 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.