Elaine,
If your form is bound to the table the new field will show up in the field
list. Please note, the field list is not the same as the drop-down box in the
control-properties window. The field list is a small pop up that displays the
fields in the table the form is linked to. If the form is bound to the table,
and the field is in the table, then the field will be in the field list.
To access the field list:
1) open the form in design view
2) Click on View in the menu bar
3) Select 'Field List'
Elaine said:
That seems to be my problem, the field name Envelope isn't there on the Field
Name list, even though I added it in it is just listed as check box 48. is it
because it wasn't on the original table?
Theo Geer said:
Elaine,
The control on the SubForm needs to be a Check Box.
1) Delete the current control.
2) Open the forms field-list (view-->Field List)
3) Drag the name of your field from the Field List to the Form.
4) Just format/arrange the form how you need it.
:
I changed the field in the table to Yes/No instead of a look up table, I
changed the properties in the subform to control source [Mailing
List]!Envelope, the Row source type to Table/Query, and the row source to
Mailing list, and now when I try to enter into the subform field it just
lists #Name# and won't let me input anything.
:
Is the field in your table a yes/no field? - If so this is your problem. Make
your control a check-box instead of a drop-down menu.
Theo
:
Thank you Theo
I did what you suggested but now when I try to enter data (Yes/No) in the
subform it won't let me. The Yes/No list drops down but when I choose yes or
no I get a tone.
:
I am brand new to this. I created a table then a subform from that table.
The users then decided to add a field to determine if the customer sent in a
stamped envelope. I added a field to the subform, and one to the table (both
Yes,No lists)
but when I enter yes/no into the subform it doesn't carry over to the table.
How do I get the into to populate the table from the subform?