Controls don't appear in detail

L

LAS

I have a "single" form with a lot of unbound text fields on it. I
discovered that all of the text fields were in the Form Header. Since I was
having a problem with the scroll bars (see post "no vertical scroll bar on
form"), I tried cutting them all and pasting them into the detail area. But
now in Form view nothing shows. There's a line between the Header and
Detail area, but none of the fields in the detail show. It's all blank.
What's going on?

TIA
LAS
 
J

John W. Vinson

I have a "single" form with a lot of unbound text fields on it. I
discovered that all of the text fields were in the Form Header. Since I was
having a problem with the scroll bars (see post "no vertical scroll bar on
form"), I tried cutting them all and pasting them into the detail area. But
now in Form view nothing shows. There's a line between the Header and
Detail area, but none of the fields in the detail show. It's all blank.
What's going on?

YOu'll get a totally blank form if two conditions are true: the form's
Recordsource has no records (so you can't see existing data) and it's not
updateable or additions are forbidden, so you can't see the blank "new record"
either.

More info please! The form has unbound controls; is it an unbound form (i.e.
does it have a Recordsource)? What's the purpose of the controls, and how are
you filling them? When you copied and pasted them might they have lost touch
with their event properties?
--

John W. Vinson [MVP]
Microsoft's replacements for these newsgroups:
http://social.msdn.microsoft.com/Forums/en-US/accessdev/
http://social.answers.microsoft.com/Forums/en-US/addbuz/
and see also http://www.utteraccess.com
 
L

LAS

I decided that the form was corrupt. There was no recordsource for the
form, just unbound controls. The scripts came with them. When I started
over with a new form I didn't have the problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top