
Signature
hth
Al Campagna . Candia Computer Consulting . Candia, NH USA
Microsoft Access MVP
http://home.comcast.net/~cccsolutions
"Find a job that you love, and you'll never work a day in your life."
> Hey you all.
>
[quoted text clipped - 5 lines]
>
> How can I do this?
Hey thanks for the help. The example really makes sence. Still I cannot make
mine to work. Mine is slithly different. I'm using two tables, but I cannot
think of that making any difference. Here are the queries I'm using.
Combo box(name=role): SELECT roles.ID, roles.role FROM roles; //'role' is
visible
List box: SELECT projects.ID, projects.project_name FROM projects WHERE
projects.task_area=Forms!update_status_1!role;
Also behind combo box I have code on AfterUpdate event
Private Sub role_AfterUpdate()
[Forms]![update_status_1]![List11] = Null
[Forms]![update_status_1]![List11].Requery
End Sub

Signature
-Sam
> Sam,
> If needed... on my website below, I have a sample file (A97 and A2003) called Synched
[quoted text clipped - 8 lines]
> >
> > How can I do this?
Sam - 28 Feb 2007 16:04 GMT
Hey, I figured it out. Works great now! Thank you for help Al.

Signature
-Sam
> Hey thanks for the help. The example really makes sence. Still I cannot make
> mine to work. Mine is slithly different. I'm using two tables, but I cannot
[quoted text clipped - 26 lines]
> > >
> > > How can I do this?
Al Campagna - 28 Feb 2007 19:11 GMT
Sam,
Good deal... but Nulling the Combo2 before the Requery is not necessary... unless your
Nulling out Combo1.
No big deal... gald you got it going.

Signature
hth
Al Campagna . Candia Computer Consulting . Candia, NH USA
Microsoft Access MVP
http://home.comcast.net/~cccsolutions
"Find a job that you love, and you'll never work a day in your life."
> Hey, I figured it out. Works great now! Thank you for help Al.
>
[quoted text clipped - 29 lines]
>> > >
>> > > How can I do this?