Add field to form

J

jim j

I have added two new fields to an Address table. I want
to add these two fields to my main form but I have a
problem. The Address table is linked to the Employee
table (which is my main table). I get an error when I try
to create a new form, so I cannot remake the form. I
don't know how to add these two bound (I prefer) fields
to the form.

Thanks for any help.
 
P

PC Datasheet

Jim,

Is either of the new fields numeric? If so go to the Address table in design
view, select the numeric field and in the bottom section delete the default
value of 0.
 
J

jim j

Sorry, one's a text (best contact times), the other's a
memo field (directions to ones house) . When I try to
create the new form, the specific error only happens when
I try to add fields from the Address table. Even the old
fields that I've used for a while.

Does that help?
 
P

PC Datasheet

Please post the error message!


jim j said:
Sorry, one's a text (best contact times), the other's a
memo field (directions to ones house) . When I try to
create the new form, the specific error only happens when
I try to add fields from the Address table. Even the old
fields that I've used for a while.

Does that help?
 
Top