Ask 10 people this question and you're likely to get 10 varied answers. To that point, I'm saying once tables and relationships are defined/built, the next step is not forms, but queries. If you cannot return the data in a query, your table structure is either inadequate or wrong. Same can be said if your query cannot be updated (unless it is of the type that never can be, such as UNION or Totals queries), so I suggest these tests even if the queries are not to be used for anything else. Then again, I don't know why they wouldn't since a form or report built on a table is less common than one that depends on a query; especially if you consider that normalization means most of the time, related data is compartmentalized into separate tables. This means most forms and reports cannot function without an underlying query that brings these records together in meaningful ways.
Rather than repeat myself, take a look at my post #10 here https://www.accessforums.net/showthread.php?t=62712 for some links that might get you started. Suggest you research and find any of the countless tutorials based on Access database design.
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.