textboxes not showing in form

G

Guest

I used the Design Wizard to create a form with textboxes. The textboxes are present in the Design view but not the form view. How do I fix this

TI
infael
 
A

Amy Vargo

Hi,

My name is Amy Vargo. Thank you for using the Microsoft Access Newsgroups.
Is the whole control itself not visible, or is there a text box but no
value in it? Check the properties of the control. Is the Visible property
set to False?

I hope this helps! If you have additional questions on this topic, please
respond back to this posting.


Regards,

Amy Vargo
Microsoft Access Engineer


This posting is provided 'AS IS' with no warranties, and confers no rights.
You assume all risk for your use. © 2001 Microsoft Corporation. All rights
reserved.
 
V

Van T. Dinh

Another possibility is that the underlying RecordSource of the Form does not
return any "row" and the Query is not updateable (or you set the
AllowAdditions to False).

Run the RecordSource Query (or SQL String) by itself, i.e. not through the
Form and see if the Query returns any "row" and whether it is updateable or
not.

--
HTH
Van T. Dinh
MVP (Access)




infael said:
I used the Design Wizard to create a form with textboxes. The textboxes
are present in the Design view but not the form view. How do I fix this?
 

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