Binding form field to table field.

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

  1. #1

    Default Binding form field to table field.

    I have a form and a table to which I've added a new
    field. The form field is currently unbounded. When I try
    to bind the field using the data source control, the drop
    down list does not show the new field that I added to the
    table.

    How do I get the new table field to appear in the drop
    down list on the form data source control??

    Thanks.
    Bill Guest

  2. Similar Questions and Discussions

    1. Defined text field in form -> subject field in e-mail
      Hi, I have a form on my web site which users send to me by mailto-function. I would like the text they write in a particular text field to...
    2. copy and paste form RTF document into field in asp form cause it to bypass field length and javascript validation - how to overcome?
      I have a web form with several fields. If I copy & paste from a RTF document into a field, the javascript validation and field length are bypassed...
    3. Setting hidden field value eq to a form field value.
      Ok guys help a dumb blond out. I need to pass the value of a form field to two different file fields. Here is an example of what I have; <form...
    4. Auto populate a field in a form from another table
      Hi Julie, If you are using a combo or listbox to select the RFQ number you can simply add the item number field to the Rowsource query of the...
    5. How do I do to buy a value of a field of a report to a field of a table?
      How do I do to buy a value of a field of a report to a field of a table?
  3. #2

    Default Binding form field to table field.

    Thanks, Jim and Chris.

    It was a field controlled by a query. Once the form's
    RecordSource property showed the Query name, all I had to
    do was add the new table field to the query and then it
    appeared in the form field's DataControlSource property.

    >-----Original Message-----
    >I have a form and a table to which I've added a new
    >field. The form field is currently unbounded. When I
    try
    >to bind the field using the data source control, the drop
    >down list does not show the new field that I added to the
    >table.
    >
    >How do I get the new table field to appear in the drop
    >down list on the form data source control??
    >
    >Thanks.
    >.
    >
    Bill Guest

  4. #3

    Default Binding form field to table field.

    Binding form field to table field.
    RRRR 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