Can't edit a Bound Textbox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

This is a very basic question. Why can't I edit a textbox that's bound to a
table? AllowEdit is set to Yes, and Enabled = Yes. What am I missing here?
 
Do you get an error message when you try to edit the data? Do you see a
message on the Status bar when you try to edit the data? Is the control in a
subform? Tell us more details about the form's setup.
 
No error messages or messages in the status bar. The control is not in a sub
form. It is a simple form with a textbox that's bound to a text field in a
table. When I type in the textbox nothing happens at all. It receives
focus, so it's not behaving like it's disabled, however nothing happens when
I press any alpha numeric keys. However the following text appears in the
textbox at all times:
#Name?
 
Sounds to me as if the field name in the textbox's Control Source is not
actually in the table. What is the string that is in the textbox's Control
Source property? What is the name of the textbox? What are the names of the
fields in the table?
 

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

Back
Top