Obviously, I'm a novice.
Somehow I am missing a basic design philosophy in Access.
I've build my tables as carefully as I know how. There are six of them and each one is constructed about a single subject. All six tables are related to one or more of the other tables through a "one-to-many" relationship.Referential integrity is enforced.
None of the tables have a single entry as of yet.
I next tried to design a form for entry only to learn that I had apparently made a bad assumption about the interaction between tables and forms. I experimented with about half a dozen form designs and "discovered" that I can use fields from only one table for a "simple" form and that when I try to take fields from a second table I get a subform. When I use the Design Wizard and try to build a form with more than two tables, I get a grayed out form in form view. I can see the fields in design view.
I checked to make sure all my tables were closed and they were.
I then tried another approach and build a query using about 8 fields from five tables. The query didn't work, which I think I understand because there is no data to ask questions of. But I wanted this query to use as the basis of building a form for data entry.
Same thing happened. I research the problem and came up with this: "If the form you design is blank, you may have based the form on a table that doesn't contain any data."
Well, that is the case. Is my problem that I trying to use "select" queries instead of "action" queries or that man is evil and needs to be punished?
Basically, what I'm asking is how do you get the very first piece of data into a database with entering directing into a table?
Somehow I am missing a basic design philosophy in Access.
I've build my tables as carefully as I know how. There are six of them and each one is constructed about a single subject. All six tables are related to one or more of the other tables through a "one-to-many" relationship.Referential integrity is enforced.
None of the tables have a single entry as of yet.
I next tried to design a form for entry only to learn that I had apparently made a bad assumption about the interaction between tables and forms. I experimented with about half a dozen form designs and "discovered" that I can use fields from only one table for a "simple" form and that when I try to take fields from a second table I get a subform. When I use the Design Wizard and try to build a form with more than two tables, I get a grayed out form in form view. I can see the fields in design view.
I checked to make sure all my tables were closed and they were.
I then tried another approach and build a query using about 8 fields from five tables. The query didn't work, which I think I understand because there is no data to ask questions of. But I wanted this query to use as the basis of building a form for data entry.
Same thing happened. I research the problem and came up with this: "If the form you design is blank, you may have based the form on a table that doesn't contain any data."
Well, that is the case. Is my problem that I trying to use "select" queries instead of "action" queries or that man is evil and needs to be punished?
Basically, what I'm asking is how do you get the very first piece of data into a database with entering directing into a table?