Unable to enter field into Forms

  • Thread starter Thread starter Gandhi_bob
  • Start date Start date
G

Gandhi_bob

Hi Guy's,

I'm quite a nOOb at Access but i have created a form with details form
several tables, i then created another table to handle data from the
form but i am unable to insert the field from the new table into the
form, does anyone know how to enter the field as another control? I've
been trying for days now lol.

I appreciate any help given.

Robert Parker,

P.S if anyone knows where is can access Office 2003 cheat sheets for
free plz advise.
 
A form can have only one record source. If you are using multiple tables,
you will have to create a query to join the tables and use the query as the
record source. In many cases, this will not work. You will need to use a
sub form to handle the additional table provided the tables are related.
 
Back
Top