I have a form that is attached to a table. I deleted some recoreds from the
table and when i go to check the form, all the text boxed, lable, calendar
etc are visible in "design view," but for some reason i cannot see any in
"form view" The form is blank in form view. All the controls properties are
set to visible, i don't know what i changed or how to fix it.
Any help ???
NetworkTrade - 09 May 2008 16:01 GMT
if you deleted them in the record source (i.e. the table)...then you should
delete the controls in the form also.... otherwise it will throw errors when
the form opens
also a blank form can be due to there being no data in the underlying record
source...
these two issue may account for some of what you are seeing....

Signature
NTC
> I have a form that is attached to a table. I deleted some recoreds from the
> table and when i go to check the form, all the text boxed, lable, calendar
> etc are visible in "design view," but for some reason i cannot see any in
> "form view" The form is blank in form view. All the controls properties are
> set to visible, i don't know what i changed or how to fix it.
> Any help ???