473,503 Members | 3,884 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Filter problem

daniel aristidou
491 Contributor
hi i have already posted another post of this but it was not answered. So i have tried rewording my problem.

Is it possible to create a way of searching throgh all the records(tasks) and making a table apear showing incompleted things? ie records which have a null value for a [date finished] feild. The catch is that i have many tables with incompleted tasks.All of the tables however do have exactly the same feilds so this simplifies it,i think.
I use access 07 ,
If people tell me to try vb code please be specific on where to insert it since in previous posts people have not and have had to spend along time waiting for replies to where to place it.

Thanks for help in advance , !!! (`~_~`)
Sep 14 '07 #1
2 1109
MikeTheBike
639 Recognized Expert Contributor
hi i have already posted another post of this but it was not answered. So i have tried rewording my problem.

Is it possible to create a way of searching throgh all the records(tasks) and making a table apear showing incompleted things? ie records which have a null value for a [date finished] feild. The catch is that i have many tables with incompleted tasks.All of the tables however do have exactly the same feilds so this simplifies it,i think.
I use access 07 ,
If people tell me to try vb code please be specific on where to insert it since in previous posts people have not and have had to spend along time waiting for replies to where to place it.

Thanks for help in advance , !!! (`~_~`)
Hi
If all the tables have the same fields then ceate a union query to stich all the table together and filter it (WHERE DateFieldName Is Null).
This will need doing in SQL view

You can then use the query as you would a table.

Sorry have to go, but if more info need, please post back.

MTB
Sep 14 '07 #2
daniel aristidou
491 Contributor
Thanks this is a help , ill look up union on microsoft office and post if i have any problems....Thanks alot
Sep 15 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
2374
by: Edward Burns | last post by:
I am trying to create an events calendar with a complete month view. I want to be able to get all the events for a particular month, using only one recordset on the page then be able to loop...
0
6451
by: CSDunn | last post by:
Hello, I have a problem with field filtering between an Access 2000 Project form (the application is called CELDT), and the report that shows the results of the filter. Both the form and the...
3
6592
by: Richard | last post by:
Hi, I have a form based on a table. When I filter the form I want to run a report based on the same table with the same filter as the form. No problem until I want to filter a combo box where...
2
5016
by: Salad | last post by:
I have a log file with a list of records. The log file can be unfiltered or filtered. I have a command button to call a data entry form from the log. At first I was only going to present the...
2
4007
by: Lenin Torres | last post by:
Hi everybody I have an Union Query that works fine. I used this query as the RecordSource for a Form. That Form is used as a subform in another form. Everything works fine, except for the "Filter...
3
2434
by: Brad | last post by:
I have a response filter which injects "standard" html into my pages. The filter works fine when the initial stream is small enough not to buffer...or....if I have a large unbuffered stream (i.e. I...
4
1790
by: Thomas | last post by:
I want to be able to implement a filter that manipulates the output from the server... Maybe replacing some words, or highlighting a search string, or some other fancy feature... I want to make...
6
4171
by: bammo | last post by:
MS Access 2003, Windows XP SP2, VBA I have a continuous form that allows edits and filters, but not deletions or additions. I filter the form based on combining selections the user makes in...
5
4001
by: DAHMB | last post by:
Hi all, Using Access 2007 I have a report called Sunday School Attendance based on a Query called qryAttendance the query is as follows: SELECT tblSundaySchoolAttendance.StudentID,...
2
4188
by: Matthew Wells | last post by:
Hi there. I am a programmer for a living, but this problem has my whole team stumped. I have a subform based on a query. I'm not using the "LinkMaster/ChildFields" properties ( I have my...
0
7063
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
6970
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5558
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4663
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3156
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3146
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1489
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
720
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
366
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.