insert multiple fields in one single form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a database with several fields,
now I'm making my forms and I would like to make a form that has all data in
one.
I've inserted a tab control (like in Excell you'll have several sheets on
wich you can put your data)
so far I've added the data of one field but I would like to enter data of a
second field. how can I import these in this form?

thanks
 
I have created a database with several fields,
now I'm making my forms and I would like to make a form that has all data in
one.
I've inserted a tab control (like in Excell you'll have several sheets on
wich you can put your data)
so far I've added the data of one field but I would like to enter data of a
second field. how can I import these in this form?

thanks

What's "several"? And do you mean a Database - or a Table? A Database
is the .mdb file container for multiple tables, forms, reports and
other objects.

Typically each Field in a table would be bound to one control (a
Textbox, a Combo Box if you want to select from a list, a Checkbox for
yes/no fields, etc.) You don't need separate tab pages for each field.

It seems you are using the term "field" in a different sense than I
(or Access) use the term. Could you explain a bit more about the
structure of your database?

John W. Vinson[MVP]
 
Back
Top