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.
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
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.