Read Only / Edit in Forms

Ask a Question related to Microsoft Access, Design and Development.

  1. #1

    Default Read Only / Edit in Forms

    Hello,

    I have forms with an edit/read only button. This button
    works great, except that if the user wishes to search a
    value using a lookup search, they can't in read only. Is
    there an alternate ?

    What would be ideal is if the screen can be no changes, no
    deletes, no adds, but you can still use the look up list
    to search the list of records for the form.

    Kind regards,

    Carlee
    Carlee Guest

  2. Similar Questions and Discussions

    1. Quickly Edit Forms
      Hi, I am making forms in InDesign CS3 and then I use Acrobat Professional 9 to create forms. Sometimes I have to edit a form so I have to go back to...
    2. Read text and edit pdf document in IAC
      Hi all, I'm newbie in Acrobat SDK, now I start with IAC (InterAppCommunication) in C#. Is there anyway to read each line from a pdf document?...
    3. Can Contribute 3 Edit Forms
      Have been struggling to edit a Dreamweaver form for a client, cannot click inside a form field and prefill. Can Contribute 3 do this? Thanks.
    4. Single API to read and edit MP3 and WMA audio files
      Hello all, can anyone recommend a good perl module that would allows read/write of these attributes /tags with a _single_ module? Thanks.
    5. File system get auto change from read-write to read-oly
      I have a very strange file system with OS Redhat 7.2 The file system is read-write, but some how it randomly changes to read-only at any time....
  3. #2

    Default Read Only / Edit in Forms

    Please clarify what type of control you use to search. If
    it is a combobox (dropdown menu) that is not bound then
    you can use the On Enter and On Exit events of the control.

    On Enter set the form allow edits property to true and on
    exit make it false.

    Hope this helps... Bish
    >-----Original Message-----
    >Hello,
    >
    >I have forms with an edit/read only button. This button
    >works great, except that if the user wishes to search a
    >value using a lookup search, they can't in read only. Is
    >there an alternate ?
    >
    >What would be ideal is if the screen can be no changes,
    no
    >deletes, no adds, but you can still use the look up list
    >to search the list of records for the form.
    >
    >Kind regards,
    >
    >Carlee
    >.
    >
    Bish Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139