Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / New Users / May 2005

Tip: Looking for answers? Try searching our database.

Filter records in forms

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
'green' - 10 May 2005 02:26 GMT
hi all,

I'm currently facing a problem in form. It was required to allow user to
enter any criteria in any fields, and those records meet the criteria will
have all the records details in the same screen... Is it possible?
I had try on filter by form, however i need to view on all other records in
just one screen just like having a subform. But is it possible to do so,
where I'm just dealing with the only table?
Hope it is understandable!
Thanks in advance

Regards
Green
Ofer - 10 May 2005 23:50 GMT
you can create a form, the main form, display it in datasheet view all the
data.
create another form with all the field you want to filter with, in the OK
button you can assign either a filter to the mainform or use code and assign
a new RecordSource to the main form.

Forms.[FormName].RecordSource = "Select * From MyTable Where ...."

> hi all,
>
[quoted text clipped - 9 lines]
> Regards
> Green
'green' - 11 May 2005 02:11 GMT
Hi Ofer,

I was able to do the main form... However i'm unsure with the second part,
where you say "in the OK button you can assign either a filter to the
mainform...."
Where can I find the "OK button"?
Sorry I'm rather new with access...

Regards
Green

> you can create a form, the main form, display it in datasheet view all the
> data.
[quoted text clipped - 17 lines]
> > Regards
> > Green
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.