Hi.....again,
I'm fresh programmer so, don't be surprised if I ask alots
of questions.I heard alots about the filter but I don't have any idea about the steps of doing filter....!
so, can anyone give me a simple clarification of how to do the filter with some example?
First point:
I have many tables
TblDirectorate
app_no
dir_no
dir_name
TblDepartment
app_no
dep_no
dep_name
dir_no
TblSection
app_no
sec_no
sec_name
dep_no
TblApplication
app_no
date
no_of_printer
no_of_PCs
I created three combo boxes in the form by using wizard:
cmbDirectorate
Row Source...
the example ,
assume we have two tables as below :
tbldirectorates
application number
directorate
department
section
tblapplication
application number
date
number of computers
number of printers
now, if i want to display information in the report depand
on two these tables then i should use...
I want to view specific records in the report using criteria in query but the problem is that I have one date field and I want to send two criteria of the same previous field to the report but at the same time I should send one criteria of the name field to the report (all that should be done in...
Mr.PH
I'm very thankful for your help , what you wrote was very
helpful and it worked out.
But,if you can just help me in finding a way to get the total of numbers which appear in specific field in the report.
I tried to use :
=sum([Name of the field])
but it didn't work.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.