problem with sub form

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

Guest

hi,

I am trying to make a sub form that takes the data from a table and shows it
in a continuous form.
I want the sub form to allow adding records to the table.
How can I do this?
 
You should probably provide a little more info. Why are you using a subform
to add data to a table? A form should do if that's all you want to do. If
you really want to sue a sub-form, what is the form based on (table or query?)
 
hi,

I want the sub form to show me all the records in the table-continuously.
In other words, I have a table with records, and the number of records isn't
perminent. So I can't make a full form, but I can make a form with one record
and ask the program to copy the record as many times as needed. How do I do
that?

In addition, I want to be able to add/delete records in the same sub form.
 
Back
Top