Fields don't appear on form

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

  1. #1

    Default Fields don't appear on form

    Alright - I'm know this has to be something complete simple - but I use the
    form design wizard to build a form using a query - when I get out of the
    design view - all I have is a blue background with no fields - If I go back
    into the design form - and move a field to the header or footer - they
    appear - but not in the detail part of the form. On the verge of pulling
    my fingernails out over this. Any help is appreciated - Keith


    KingKaos Guest

  2. Similar Questions and Discussions

    1. Dynamically Adding Form Fields to CF Flash Form
      I think I know the answer to this but, after some failed Googles, I wanted to double-check here. I have a Flash-based event registration form I'm...
    2. add form fields ?
      We've recently upgraded from Acrobat 5 to 7 Standard. I cannot seem to locate the Form field button anymore so that I can add fields to the pdf file....
    3. Getting form fields
      Hi all I am coming from a different language to CF so please forgive if this is obvious to some of you. I need to insert data into a SQL DB...
    4. Populate form values based on previous same form fields
      This message is cross posted in alt.comp.lang.php & comp.lang.javascript I have a form for a user to input an establishment's hours and what time...
    5. Fields on Form Help
      Would have to do so programmatically
  3. #2

    Default Re: Fields don't appear on form

    Likely the query that you used for the form is not updateable, and you've
    set the form's Data Entry property to "Yes". Or you've set the form's Data
    Entry property to "No" and the form's Allow Additions property to "No" and
    the query has no records in it. If a form has no records to display, no
    bound controls will show when you switch to the forms view.
    --
    Ken Snell
    <MS ACCESS MVP>

    "KingKaos" <K2Chaos@adelphia.net> wrote in message
    news:QNmSa.5498$KZ.2303187@news1.news.adelphia.net ...
    > Alright - I'm know this has to be something complete simple - but I use
    the
    > form design wizard to build a form using a query - when I get out of the
    > design view - all I have is a blue background with no fields - If I go
    back
    > into the design form - and move a field to the header or footer - they
    > appear - but not in the detail part of the form. On the verge of pulling
    > my fingernails out over this. Any help is appreciated - Keith
    >
    >

    Ken Snell Guest

  4. #3

    Default Fields don't appear on form

    Check the properties for the detail section, by double
    clicking the box to the left of the detail bar in the
    form. Uner the format or all tab make sure the visible
    property is set to yes. Hope this helps.
    GL
    >-----Original Message-----
    >Alright - I'm know this has to be something complete
    simple - but I use the
    >form design wizard to build a form using a query - when
    I get out of the
    >design view - all I have is a blue background with no
    fields - If I go back
    >into the design form - and move a field to the header or
    footer - they
    >appear - but not in the detail part of the form. On the
    verge of pulling
    >my fingernails out over this. Any help is appreciated -
    Keith
    >
    >
    >.
    >
    GL 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