Subform Addition - Individual Records

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I created a subform with the wizard and now need to add another field. When I add the Yes/No field or Text Box field to the subform - all records assume a "yes, no, or whatever I type in a box". How do I add a field that will allow me to update each record individually instead of them all being consistent. Please has been a real problem for me and I appreciate any assistance you can provide.
 
DKrerny said:
Hi

I created a subform with the wizard and now need to add another field.
When I add the Yes/No field or Text Box field to the subform - all records
assume a "yes, no, or whatever I type in a box". How do I add a field that
will allow me to update each record individually instead of them all being
consistent. Please has been a real problem for me and I appreciate any
assistance you can provide.

The new control must be bound to a field in the RecordSet the subform is
bound to. Then it will allow a "per record" value.
 
How do I bound the form

----- Rick Brandt wrote: ----

DKrerny said:
When I add the Yes/No field or Text Box field to the subform - all record
assume a "yes, no, or whatever I type in a box". How do I add a field tha
will allow me to update each record individually instead of them all bein
consistent. Please has been a real problem for me and I appreciate an
assistance you can provide

The new control must be bound to a field in the RecordSet the subform i
bound to. Then it will allow a "per record" value
 
Back
Top