Form Problem with added Fields

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

I use the form wizard to create a form. It has relationships between 2
tables. A customer table and sales table. I have the SALES form with a
pop-up based on customerID. It automatically pulls in several fields from
the customer table no problem. When the wizard ran, I specified which
fields I needed from the customer table. There were 4 that I specified.

Now I have added a few more fields to the customer table. I wanty to add
them to the existing FORM. When I try to add a text box and click on the
"control source" dropdown box, the new fields are not there. I can't figure
out how to add them to this form. I know I can run the wizard again but
that would set me backs several days.
 
it's easy..
1.on the Record Source of your form put the TableName
2.Save the changes and create a new TextBox and in the Control Source you
will find the filed there.

Thanks.
 
Back
Top