Report of only some fields

  • Thread starter Thread starter Kamil
  • Start date Start date
K

Kamil

Hi All,
I have an mdb file, and I am getting information by filtering out it. Is it
possible to print out only some of the fields (not all the fileds in the
table) as a report after I use "filter out" ?
Regards...
Kamil
 
Kamil said:
Hi All,
I have an mdb file, and I am getting information by filtering out it. Is it
possible to print out only some of the fields (not all the fileds in the
table) as a report after I use "filter out" ?
Regards...
Kamil

Don't print datasheets. Make a simple report and print that.
 
Thank you for your answer but my case is a little different. Of course I can
make a report but I need to take the print out after I have just filtered
the table out.
Let me try to explain. I prepared a huge mdb file. My purpose was to write
a program in vb for some works on database (like editing, deleting, adding
data etc). But I could not write the program well. Now, I am using the
"filter out" choice of Access to find the data I want. And whenever I found
it I want to print out it (Like a program did).
 
Kamil said:
Thank you for your answer but my case is a little different. Of course I can
make a report but I need to take the print out after I have just filtered the
table out.
Let me try to explain. I prepared a huge mdb file. My purpose was to write a
program in vb for some works on database (like editing, deleting, adding data
etc). But I could not write the program well. Now, I am using the "filter
out" choice of Access to find the data I want. And whenever I found it I want
to print out it (Like a program did).

Create a query. Then you can pick and choose the columns you want to include.
You can also hide a column by using the Format Hide/Show Columns menu item or
simply by using your mouse it make it zero width.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top