|
 |
access thread: How to print Access Database from VB
Message #1 by "Nazia Khan" <khan@p...> on Thu, 21 Feb 2002 12:31:50 -0500
|
|
Hi Everone,
Is there a way I can print my database(Access) From VB app .
I have a VB app and it has a button Print. Every time when I click that
button it should print database(Access).
Please let me know how can i do that?.
Message #2 by "Haslett, Andrew" <andrew.haslett@i...> on Fri, 22 Feb 2002 09:55:06 +1030
|
|
What do you want to print exactly?
-----Original Message-----
From: Nazia Khan [mailto:khan@p...]
Sent: Friday, 22 February 2002 4:02 AM
To: Access
Subject: [access] How to print Access Database from VB
Hi Everone,
Is there a way I can print my database(Access) From VB app .
I have a VB app and it has a button Print. Every time when I click that
button it should print database(Access).
Please let me know how can i do that?.
Message #3 by "Nazia Khan" <khan@p...> on Tue, 26 Feb 2002 11:13:35 -0500
|
|
I want to print Access Database from VB App.
>>> andrew.haslett@i... 02/21/02 06:25PM >>>
What do you want to print exactly?
-----Original Message-----
From: Nazia Khan [mailto:khan@p...]
Sent: Friday, 22 February 2002 4:02 AM
To: Access
Subject: [access] How to print Access Database from VB
Hi Everone,
Is there a way I can print my database(Access) From VB app .
I have a VB app and it has a button Print. Every time when I click that
button it should print database(Access).
Please let me know how can i do that?.
Message #4 by "Walker, Renee C." <rwalker@w...> on Tue, 26 Feb 2002 11:17:52 -0600
|
|
Do you want to print each record in the database? What is the print layout?
-----Original Message-----
From: Nazia Khan [mailto:khan@p...]
Sent: Tuesday, February 26, 2002 10:14 AM
To: Access
Subject: [access] RE: How to print Access Database from VB
I want to print Access Database from VB App.
>>> andrew.haslett@i... 02/21/02 06:25PM >>>
What do you want to print exactly?
-----Original Message-----
From: Nazia Khan [mailto:khan@p...]
Sent: Friday, 22 February 2002 4:02 AM
To: Access
Subject: [access] How to print Access Database from VB
Hi Everone,
Is there a way I can print my database(Access) From VB app .
I have a VB app and it has a button Print. Every time when I click that
button it should print database(Access).
Please let me know how can i do that?.
Message #5 by "Nazia Khan" <khan@p...> on Tue, 26 Feb 2002 12:17:13 -0500
|
|
1) Yes i want to print each record in the database
2) Print layout should be as we see the layout when we open Access
database and see.
>>> rwalker@w... 02/26/02 12:17PM >>>
Do you want to print each record in the database? What is the print
layout?
-----Original Message-----
From: Nazia Khan [mailto:khan@p...]
Sent: Tuesday, February 26, 2002 10:14 AM
To: Access
Subject: [access] RE: How to print Access Database from VB
I want to print Access Database from VB App.
>>> andrew.haslett@i... 02/21/02 06:25PM >>>
What do you want to print exactly?
-----Original Message-----
From: Nazia Khan [mailto:khan@p...]
Sent: Friday, 22 February 2002 4:02 AM
To: Access
Subject: [access] How to print Access Database from VB
Hi Everone,
Is there a way I can print my database(Access) From VB app .
I have a VB app and it has a button Print. Every time when I click that
button it should print database(Access).
Please let me know how can i do that?.
Message #6 by "Haslett, Andrew" <andrew.haslett@i...> on Wed, 27 Feb 2002 08:52:32 +1030
|
|
>> 1) Yes i want to print each record in the database
Every record or just from a certain table? Do you know what the table names
are?
>> 2) Print layout should be as we see the layout when we open Access
database and see.
What PART of the database? There are many - a table datasheet view, a form
view??
You really need to give us more information.. That said, you may have better
luck trying a VB group as they will know more about the native tools &
components that are available from VB.
Cheers,
Andrew
-----Original Message-----
From: Nazia Khan [mailto:khan@p...]
Sent: Wednesday, 27 February 2002 3:47 AM
To: Access
Subject: [access] RE: How to print Access Database from VB
1) Yes i want to print each record in the database
2) Print layout should be as we see the layout when we open Access database
and see.
>>> rwalker@w... 02/26/02 12:17PM >>>
Do you want to print each record in the database? What is the print layout?
-----Original Message-----
From: Nazia Khan [mailto:khan@p...]
Sent: Tuesday, February 26, 2002 10:14 AM
To: Access
Subject: [access] RE: How to print Access Database from VB
I want to print Access Database from VB App.
>>> andrew.haslett@i... 02/21/02 06:25PM >>>
What do you want to print exactly?
-----Original Message-----
From: Nazia Khan [mailto:khan@p...]
Sent: Friday, 22 February 2002 4:02 AM
To: Access
Subject: [access] How to print Access Database from VB
Hi Everone,
Is there a way I can print my database(Access) From VB app .
I have a VB app and it has a button Print. Every time when I click that
button it should print database(Access).
Please let me know how can i do that?.
Message #7 by "Nazia Khan" <khan@p...> on Thu, 28 Feb 2002 11:39:25 -0500
|
|
I am very happy you replyed
1) Yes all the records from the table because i have only one table ,yes
my table name is Clients
2) Table datasheet view That's what i want to see
>>> andrew.haslett@i... 02/26/02 05:22PM >>>
>> 1) Yes i want to print each record in the database
Every record or just from a certain table? Do you know what the table
names
are?
>> 2) Print layout should be as we see the layout when we open Access
database and see.
What PART of the database? There are many - a table datasheet view, a form
view??
You really need to give us more information.. That said, you may have
better
luck trying a VB group as they will know more about the native tools &
components that are available from VB.
Cheers,
Andrew
-----Original Message-----
From: Nazia Khan [mailto:khan@p...]
Sent: Wednesday, 27 February 2002 3:47 AM
To: Access
Subject: [access] RE: How to print Access Database from VB
1) Yes i want to print each record in the database
2) Print layout should be as we see the layout when we open Access
database
and see.
>>> rwalker@w... 02/26/02 12:17PM >>>
Do you want to print each record in the database? What is the print
layout?
-----Original Message-----
From: Nazia Khan [mailto:khan@p...]
Sent: Tuesday, February 26, 2002 10:14 AM
To: Access
Subject: [access] RE: How to print Access Database from VB
I want to print Access Database from VB App.
>>> andrew.haslett@i... 02/21/02 06:25PM >>>
What do you want to print exactly?
-----Original Message-----
From: Nazia Khan [mailto:khan@p...]
Sent: Friday, 22 February 2002 4:02 AM
To: Access
Subject: [access] How to print Access Database from VB
Hi Everone,
Is there a way I can print my database(Access) From VB app .
I have a VB app and it has a button Print. Every time when I click that
button it should print database(Access).
Please let me know how can i do that?.
|
|
 |