Results 1 to 9 of 9
  1. #1
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664

    Inputting Data in a Form

    I inherited an MS Access 2010 db Project from another analyst. It seems that there is some trouble in inputting values in a box on some forms. The box is there, certainly, but
    any attempt to input data is not possible, even the cursor will not go into the far upper left region of the box. Everything is just frozen out and any attempt to input values is
    hopeless. In a situation like this I usually check the properties of the box in design view.

    What property may be causing this and I guess by changing it, that would make the box on the form capable of input.

    Any help appreciated. Thanks in advance.



    Respectfully,

    Lou Reed

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    check the form properties:
    locked = false
    allow edits = true
    recordset = dynaset

    check the textbox props:
    locked = false

    see if the event that opened the form did not open it as readonly

  3. #3
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664
    I will give it a try. Thanks.

    Respectfully,

    Lou Reed

  4. #4
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664
    What us the difference between form
    locked = false

    textbox
    locked = false

    It seems that the form locked could cover the textbox. In other words lock the form and you lock the testbox meaning the latter is not needed.

    What is the difference?


    Any help appreciated. Thanks in advance

    Respectfully,


    Lou Reed

  5. #5
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664
    Okay, when I change locked input control from no to yes, the data entry box is still not editable, but the background changes from white (clear?) to gray? I am not sure what is going on here.

    Please advise.

    Thanks in advance.

    Respectfully,

    Lou Reed

  6. #6
    andy49's Avatar
    andy49 is offline VIP
    Windows 10 Access 2007
    Join Date
    Nov 2016
    Location
    London
    Posts
    1,051
    Does the form have a query for its recordset? Is this an editable query?


    Sent from my iPhone using Tapatalk

  7. #7
    Bulzie is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    Nov 2015
    Posts
    1,474
    You have Locked and Enabled properties:

    Locked = Yes (means you cannot enter/edit data to that field.)
    Enabled = Yes (allows you to put the cursor into that field to do a right click for example but you still cannot change data if Locked = Yes.)

    So if you don't want them to get into that field at all and want to keep field color white, Locked = Yes and Enabled = No

  8. #8
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664
    This form I does not have a query for its recordset.

    gain, what does it mean when the form input area is gray?

    Respectfully,

    Lou Reed

  9. #9
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664
    Ok. I think that I know why the entry box on a form is gray. It means that enabled is No and locked is No. In other words it is unlocked, but not enabled. That seems to be a contradiction. But it is true, is it not?

    I guess that one must be harmony with other or a gray box appears.

    Is this correct?

    Any help appreciated. Thanks in advance.

    Respectfully,

    Lou Reed

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 10-01-2016, 04:10 PM
  2. Replies: 1
    Last Post: 09-30-2015, 12:58 PM
  3. Replies: 9
    Last Post: 09-01-2014, 02:27 PM
  4. Replies: 3
    Last Post: 04-09-2012, 06:05 PM
  5. Replies: 6
    Last Post: 12-14-2011, 07:19 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums