jk said:
Thanks Rick,
Ok, you first create the field in the table....like for example
[Account number]..then you go to the already developed form in design
view and place a text box on the form.Now, how do you associate that
new text box to the [Account number] field in the table so when data
is entered in the form, it goes to that field?
You skipped the step I was describing in my first reply. You (might) have
to alter the RecordSource of the form first to add the new field to it.
In the toolbar while in design view is a button that will display the field
list. This is a list of all of the available fields in the form's
RecordSource. Look at that and see if the new field is shown. If it is you
can simply drag and drop it on the form and Access will create a control
already bound to that field. If it is not listed then you need to modify
the RecordSource so that it is.