Novice needs help

  • Thread starter Thread starter SeeAll
  • Start date Start date
S

SeeAll

Hi,
I am at present working on a database to store 1861 UK census returns.

On the occupation field - which is a drop down list - once entered I need these details storing in two tables. The table with all the census information and a separate table for occupations only. When the record is stored both tables need updating. So that when a new occupation is added it is available for the next record.

I am keeping individual districts separate so I want to access the occupations when entering data for other areas.

Can anyone suggest a way in which I can do this.

Regards

J
 
Can you have a single Text field in the table of Occupations?

If so, you can use a combo box for entering the occupations in the Survey
table. Set the combo's LimitToList property to Yes, and use its NotInList to
append the value to the Occupations table.

Details in article:
NotInList: Adding values to lookup tables
at:
http://members.iinet.net.au/~allenbrowne/ser-27.html

--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to group, rather than allenbrowne at mvps dot org.

Hi,
I am at present working on a database to store 1861 UK census returns.

On the occupation field - which is a drop down list - once entered I need
these details storing in two tables. The table with all the census
information and a separate table for occupations only. When the record is
stored both tables need updating. So that when a new occupation is added it
is available for the next record.

I am keeping individual districts separate so I want to access the
occupations when entering data for other areas.

Can anyone suggest a way in which I can do this.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Relational 4
Combo Box 1
Using number format for dates? 1
Trouble with Error Message in Access 1
Chart Help 1
Returning multiple values within a single recordset 1
Forms and Subforms 5
Data Base Design 3

Back
Top