Unbound text box

  • Thread starter Thread starter JOANNE
  • Start date Start date
J

JOANNE

I made a data entry form through a wizard and then added
another column in my table. I want to go onto the form
and a text box that will fill in data for this column when
filling out a new record. I am not sure how to bound the
text box to the corresponding field in the table. THanks
a lot....
 
If you have already placed the unbound text box on the
form, highlight it in design view and click on the
Properties Icon to show its properties. Then Select the
data tab for the property ControlSource. Click on the
dropdown button and select your new column from the list.

If you have not placed the text box, you can put the form
into design view and click on the Fields Icon and 'drag'
the new column from there onto the form.

Hope This Helps
Gerald Stanley MCSD
 
Back
Top