View Single Post
  #3  
Old April 23rd, 2010, 09:57 PM posted to microsoft.public.access.gettingstarted
mholt261
external usenet poster
 
Posts: 2
Default subforms and relationships getting #Name? error

I need to keep track of individuals (name, dob, address, employment...) I
have made tables for this information. Each individual is given a unique
number (CID). Instead of using a primary key number I use the CID #. (Do I
still have to use a primary key number in a table?) There is information that
changes with each individual that I need to track, such as address,
employment. I have been told to use the unique number (CID in my case) in the
relationships to keep the information connected to the individual. I want to
enter an individual's address, employment information,etc. in a separate
table or form (as this info changes periodically) and still keep track of the
previous entries. I hope this clarifies my issues.
Thanks

"John W. Vinson" wrote:

On Fri, 23 Apr 2010 11:31:01 -0700, mholt261
wrote:

I am pretty new at access and need help! I have several forms that I need
linked together. When I put them all together using tabs I get the #Name?
error. I have checked the "record source" and it appears to be correct.
(Unless I am not understanding it correctly). I use the field "CID" as my id
number for the relationships. Any help would be greatly appreciated.


We cannot see your screen. You have not posted any information about your
table structures, what "CID" might be, or what you mean by "id number for the
relationships". Tabs are completely irrelevant; they just manage how controls
are laid out sharing screen space.

Your tables are fundamental. What are your Tables? What real-life Entity
(thing, person, event) does each table model? How are the tables related?

Forms are very distinctly secondary. There are no "relationships" between
forms - a Form will be linked to a Subform using master/child link fields, but
these will normally follow from the table relationships, not direct them.

More info please!
--

John W. Vinson [MVP]
.