Share via

Unbound textbox doesn't accept input

Anonymous
2023-10-22T13:11:35+00:00

Hello,

I have an unbound text box in the header of a form. It filters the form (split form) after the update.

The problem is no one can enter any values in the text box.

In the properties, it is not locked, and it is enabled. It was working earlier today and then ceased to accept input.

I have erased the text box and added a new textbox multiple times, but they all will not accept input. That did not fix the problem.

What would cause an unbound text box, never used before and only used as a filter (not attached to any query), to become locked?

Tammy

Microsoft 365 and Office | Access | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

5 answers

Sort by: Most helpful
  1. ScottGem 68,830 Reputation points Volunteer Moderator
    2023-10-23T17:00:21+00:00

    I think the issue is training. But whatever.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2023-10-23T15:15:15+00:00

    I had to restart the form.

    The filtering via textboxes and comboboxes is a user request. They find it easier to filter for critical information using unbound boxes in the header.

    Thanks Everyone.

    Was this answer helpful?

    0 comments No comments
  3. ScottGem 68,830 Reputation points Volunteer Moderator
    2023-10-22T21:15:27+00:00

    Hello,

    I have an unbound text box in the header of a form. It filters the form (split form) after the update.

    The advantage of a split form is in its ability to use datasheet filtering to drill down to the record(s) you want to see. So I'm not sure why you would want to use an unbound text box for filtering.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2023-10-22T16:22:30+00:00

    It could be that the form's AllowEdits property is set to False (No).  If this is the case, to prevent edits set the AllowEdits property to True (Yes), and lock and disable the bound controls individually by means of their Locked and Enabled properties.

    Was this answer helpful?

    0 comments No comments
  5. George Hepworth 22,855 Reputation points Volunteer Moderator
    2023-10-22T15:44:10+00:00

    Did you change any form properties?

    Was this answer helpful?

    0 comments No comments