DaniBoy
Registered User.
- Local time
- Today, 16:12
- Joined
- Nov 18, 2001
- Messages
- 174
Hello,
I have a form made from a query that has all the fields on the query. I have a drop box to pick the record I want to see. Lets say that I pick the OwnerID#1, and this OwnerID#1 has an address built from this fields:
txtStAddress1
txtStAddress2
txtCity
txtState
now, I want to be able to hide the any field that has nothing on it.
basicly remove or hide the null values and bring the fields up. Trim it. I did use the Can Shrink Can Grow but didnt work!
Thanks Daniel
I have a form made from a query that has all the fields on the query. I have a drop box to pick the record I want to see. Lets say that I pick the OwnerID#1, and this OwnerID#1 has an address built from this fields:
txtStAddress1
txtStAddress2
txtCity
txtState
now, I want to be able to hide the any field that has nothing on it.
basicly remove or hide the null values and bring the fields up. Trim it. I did use the Can Shrink Can Grow but didnt work!
Thanks Daniel
Last edited: