473,462 Members | 1,350 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Use checkboxes to Print/Save multiple hyperlink files

Hi,
In Access 2007, I have a datasheet form that contains many records. Each record has the following fields: check box, hyperlink, and several other text fields. I would like to be able to select multiple check boxes and automatically print each hyperlink to a printer using Command_button1 and save to a folder using Command_button2.

Is this even possible?

Thanks
Jun 13 '11 #1
3 2639
NeoPa
32,556 Expert Mod 16PB
Yes.

The data is saved in the table so you just need to create a query based on the table with a filter selecting only those checked records. You can print from this query and even copy the results of the query to another table if you require (using another, APPEND, query).
Jun 13 '11 #2
Ok - here's my demima. I know the steps neccessary to generate a query manually. I also know how to manually generate a filter based on selected (checkbox) records. What I don't know is (#1) how to automate these steps by putting them into code. (#2)How to write code that could print PDF files from a query. #3) How to save the results of a query to a folder.

Thanks,
Bob
Jun 13 '11 #3
NeoPa
32,556 Expert Mod 16PB
  1. Coding the creation is not necessary as the query can be created once and used whenever. Simply reuse the query you know how to create.
  2. I believe more recent versions (2007 & 2010) have facilities built in for handling that, but I'm not familiar with those versions. I expect they are very similar in nature to the third point though.
  3. Before you can save results to a file (in a folder) you need to know what format you want to save them in. Simple table data can only be saved within a database. The same data can be exported to one of various different file formats though, and be saved in a file to a folder. I can't help much if I don't know what format you want the data saved in. You can automate (code) exporting to any of the formats that are supported for the manual exports though, to give you an idea of what's available.
Jun 13 '11 #4

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

Similar topics

4
by: Carolyn Marenger | last post by:
Hey everyone, I am looking for your thoughts and opinions. Is it preferable to have one css file containing all the style information or break it up into multiple imported files for different...
2
by: Jen | last post by:
Trying to take one table in access and split it into multiple excel files(using an excel template); and then email based on email addresses in Table2; Of course, I would like to do all of this...
14
by: vishal | last post by:
Is it possible using any tool to get a single C file containing a combined code of multiple C files. The single file should include the contents of the header file. Example if I have following...
2
by: SenthilVel | last post by:
HI all in my visual studio DOtnet . i am not able to open multiple cs files in the projects , its openings only one cs file at a time, can any one let me know, what setttings i must do in order...
3
by: Arun | last post by:
Hi, I have simple question to ask. How to write multiple Binary files to the Browser using Asp.Net and Visual C#.net I have seen examples where single binary file is written to browser. ...
1
by: PK9 | last post by:
I'm building a windows app using C#. The goal is to merge portions of multiple xml files into one. I currently have an .xsl stylesheet that pulls in the required sections of multiple xml files...
3
emaghero
by: emaghero | last post by:
Hello all, I want to open multiple txt files with similar names in C++ I have attempted this with the following code //Create as many txt files as there are valid propagation constants...
9
by: sunilmehta | last post by:
hi all i have started reading perl recently... my project is dealing with log files for which i will have to develop scripts to parse it and many more that performs many operationst. now my...
0
by: Sells, Fred | last post by:
the short answer is a file is a module; therefore to 'include' access to 'myclass' in file xyz.py from another file called 'abc.py' you would put this in abc.py import xyz #note no '.py' x =...
3
by: raamay | last post by:
hey experts, please advise me what is the best way to save multiple checkboxes value in a database. I have 6 checkboxes and i came across storing the values in a single column of a table which i dont...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
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
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
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
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
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 ...

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.