MikeJfromESVA
New member
- Local time
- Yesterday, 16:29
- Joined
- Feb 20, 2005
- Messages
- 3
I have a decrepancy report based on a combined query that a has a blank row table in order to give me a few blank rows after the db has spit its contents. The blank rows are filled out in the field with pen & ink. I found the code to make borders around my fields based on the tallest text box. I use for my automatic item no. a control source =1.(cs=1) This works great, but it also automatically numbers my blank rows. The people out in the field want to two or more blank lines for one descrepancy. My table look something like this ub= unbound field
cs=1, ub, ub, bound field, ub,ub,ub,ub,ub,ub.
I have tried change the forecolor of the cs=1 field base on the bound field being null and not null. All this does is make the cs=1 blank for all rows. I have also tried to make cs=1 box visible or not visble based on the bound field being null and not null. All this does is make my blank lines disappear.
All I want is my database items to be numbered and my blank lines to appear and not be numbered.
cs=1, ub, ub, bound field, ub,ub,ub,ub,ub,ub.
I have tried change the forecolor of the cs=1 field base on the bound field being null and not null. All this does is make the cs=1 blank for all rows. I have also tried to make cs=1 box visible or not visble based on the bound field being null and not null. All this does is make my blank lines disappear.
All I want is my database items to be numbered and my blank lines to appear and not be numbered.
Last edited: