G
Gina Whipp
Kunal,
Okay then the only thing left to check is the Print Commnad... I assume you
used a Command Button. Please look at the Command Button and tell me what
you see in the On_Click event of the Command Button.
--
Gina Whipp
2010 Microsoft MVP (Access)
"I feel I have been denied critical, need to know, information!" - Tremors
II
http://www.regina-whipp.com/index_files/TipList.htm
Okay then the only thing left to check is the Print Commnad... I assume you
used a Command Button. Please look at the Command Button and tell me what
you see in the On_Click event of the Command Button.
--
Gina Whipp
2010 Microsoft MVP (Access)
"I feel I have been denied critical, need to know, information!" - Tremors
II
http://www.regina-whipp.com/index_files/TipList.htm
Kunal Jariwala said:Hi Gina,
Thanks for the reply...
The work same as mi previous one... prints all the data... I just want to
print data related to that particular JobID which is shown on the Fom...
Mi form is always open as that print command is on the form itself... so I
click the print button and it prints all data one by one...
Gina Whipp said:Kunal,
Try changing the Where condition to...
"[JobID]=" & =[Forms]![QuoteForm]![JobID]
Please confirm that the form is open when you run this...
--
Gina Whipp
2010 Microsoft MVP (Access)
"I feel I have been denied critical, need to know, information!" -
Tremors
II
http://www.regina-whipp.com/index_files/TipList.htm
message
Gina,
Mi Macro Action is "OpenReport" -> Report Name "Quote" -> View
"Print" ->
Filter Name 'Blank' -> Where Condition
"[JobID]=[Forms]![QuoteForm]![JobID]"
-> Window Mode "Normal".
Regards,
Kunal.
:
Kunal,
If the form name is the same and the field name is the same then I
restate
my request. Please type your Macro actions here so we can look and
see
if
we spot any errors.
--
Gina Whipp
"I feel I have been denied critical, need to know, information!" -
Tremors
II
http://www.regina-whipp.com/index_files/TipList.htm
message
Hi Gina,
Mi JobID is Numeric (Auto Integers). I m trying to set the Print
Command
on
the Form. But I think its the Macros where condition which is having
trouble... The condition which I pasted before is the one I copied
from
one
of the Templet I downloaded from Microsoft Website. Their Database
is
more
complicated than mine... and it does work there but not with mine...
All
names are correct, but still dosent work???
Thanks.
Kunal.
:
Kunal,
Is the form open? Is JobID text or numberic? Might help if you
type
your
Macro arguements here..
--
Gina Whipp
"I feel I have been denied critical, need to know, information!" -
Tremors
II
http://www.regina-whipp.com/index_files/TipList.htm
message
Hello John,
My database have got 3 tables, they have no relationships. First
table
is
the one which captures all the main data off the form. 2nd & 3rd
tables
are
just to fillup the 'Combo Box'. A single form on which all the
data
are
entred and calculated.
So according to this scenario I think the best reply would be
"the
1st
Table
is the Record Source for the Report."
The Where Condition for the Macro is same as I informed in my
earlier
post
"[JobID]=[Forms]![QuoteForm]![JobID]".
Thanks.
Kunal.
:
On Wed, 23 Dec 2009 14:55:01 -0800, Kunal Jariwala
Hi Mires,
I m havin trouble generating the report according to the
'JobID'
specified
on the form through a click of the button... My Macro condition
states
tis
"[JobID]=[Forms]![QuoteForm]![JobID]" but tis dosent work... it
prints
all
the records...
Please post your actual code. What's the Recordsource of the
report?
--
John W. Vinson [MVP]
.
.
.
.