AfterUpdate on a form

  • Thread starter Michael Stengel via AccessMonster.com
  • Start date
M

Michael Stengel via AccessMonster.com

I have 3 tables titled "Dept", "Event", Student",

Table Dept Fields are: DeptID (Autonumber) & Dept (text)

In Tabel Event I have the field : Dept

In Table Student I have the field: DeptID

On a form I have a Combo Box which allows the user to select a Dept and
store the value selected in th Dept field of the Event Table.

For further linking I also need to store the selected DeptID on the Student
table in DeptID field.

Was told to do this with the "afterupdate" event but have been unable to
accomplish this. Any ideas?

I need the DeptID stored, to autosync other forms to one already displayed
 
M

MacDermott

If you need to store the same data in two places, just for linking, you
probably need to reconsider your design.
Can a student attend events in only one department?
If a student can be associated with more than one department, you
shouldn't be storing that information in the Student table anyhow.

HTH
 

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

After update 3
Table RelationShips 4
UNION query 11
VBA Help please 2
Empoyee Changes Department 2
problem with dataset constraints 2
[Q] Converting table 2
add to drop down list 3

Top