Ask a Question related to Microsoft Access, Design and Development.
-
Bill #1
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
-
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... -
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... -
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... -
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... -
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? -
Bill #2
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.
try>-----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>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
-



Reply With Quote

