Form_BeforeUpdate Help

  • Thread starter Mekinnik via AccessMonster.com
  • Start date
M

Mekinnik via AccessMonster.com

I have a form with a combobox named 'dept' that lets the user select from 11
different divisions within 3 different companies, when the user selects a
certain division the company name shows on the main form from an imbedded
subform control named 'unit'. The problem I have is that I cannot get the
company name to show on my main table field named uunitname. I want this to
happen on the Sub Form_BeforeUpdate.
 
Top