Connecting Tech Pros Worldwide Help | Site Map

Is Visible Help

  #1  
Old November 12th, 2005, 07:15 PM
Bill
Guest
 
Posts: n/a
I am generating a report that will print out details for a particular
customer.

If I'm using a comments field which has data for some records
belonging to this customer but some comments are blank i.e. no
comments entered for this recordset what code to I have to write to
ensure only the records with comments are printed.

I think it's something to do with the "If fieldname Is Null then
IsVisible is false" but I not quite sure.

Can anybody help.

Thanks

Bill
  #2  
Old November 12th, 2005, 07:15 PM
PC Datasheet
Guest
 
Posts: n/a

re: Is Visible Help


Bill,

No code is required! Just base your report on a query that includes the comments
field and set the criteria for comments to Is Not Null.


--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
resource@pcdatasheet.com
www.pcdatasheet.com


"Bill" <bmcconnell21@hotmail.com> wrote in message
news:66a8db57.0401190528.6aeb7705@posting.google.c om...[color=blue]
> I am generating a report that will print out details for a particular
> customer.
>
> If I'm using a comments field which has data for some records
> belonging to this customer but some comments are blank i.e. no
> comments entered for this recordset what code to I have to write to
> ensure only the records with comments are printed.
>
> I think it's something to do with the "If fieldname Is Null then
> IsVisible is false" but I not quite sure.
>
> Can anybody help.
>
> Thanks
>
> Bill[/color]


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to know if a certain control or window is visible on screen and not covered by other window(s)? please help. Jose Michael Meo R. Barrido answers 1 November 22nd, 2005 04:02 PM
How to know if a certain control or window is visible on screen and not covered by other window(s)? please help. Jose Michael Meo R. Barrido answers 1 November 21st, 2005 07:18 AM
How to know if a certain control or window is visible on screen and not covered by other window(s)? please help. Jose Michael Meo R. Barrido answers 1 July 21st, 2005 08:20 PM