Insert Blank Row

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a continous form that displays like this:

Clientname1 Product 30/1/05
Clientname2 Product 26/1/05
Clientname3 Product 01/1/05

I would like to be able to insert a blank row so it seperates based on the
days difference if its greater than 14.So it would look like this:

Clientname1 Product 30/1/05 4 days
Clientname2 Product 26/1/05 25 days
"blank row"
Clientname3 Product 01/1/05 0 days

i'd like to seperate them just for diaplay purposes, any ideas?
tks
Mark
 
A blank row is probably not possible, as that would have to be a blank
record (which is not a good idea, even if possible). Why not use
conditional formatting and change the color(s) of records that match your
criteria?
-Ed
 
thanks ed
probably best idea. what i really wanted was to just create a blank space in
between the rows when it meets that criteria, inserting a blank row of data
was how i though it could be done.
 
Back
Top