I want to be able to see what is stored in my tables through form view.
I have altered the database properties so new information I am inputting,
the form view still exists. But what I want to do now is have the info stored
in my table showing in form view also. So that I can open the form view and
see all the info from my table displayed - I use the terminology record by
mistake then. Sorry!
>I want to be able to see what is stored in my tables through form view.
Fine. Base a Form on the Table and open the form.
>I have altered the database properties so new information I am inputting,
>the form view still exists.
I know of no "database property" which does this. What change did you actually
make?
>But what I want to do now is have the info stored
>in my table showing in form view also.
What ARE you seeing? What do you WANT to see? If you had 33182 records in the
table would you want to see 33182 records on the screen simultaneously? (good
monitor you've got there if so!) Or do you want to be able to scroll from one
record to another?
>So that I can open the form view and
>see all the info from my table displayed - I use the terminology record by
>mistake then. Sorry!
You CAN. But I do not know what you are doing, what you are seeing, or what
you expect to see.
Please post the following information:
The Recordsource property of the Form
The number of records in the table
The Default View property of the form
The Data Entry property of the form
The Filter property of the form
What you are seeing on the form (just describe it)
What you want to see on the form (and don't say "all the records", we know
that; describe how you want to see them)
John W. Vinson [MVP]