It still requests: Enter parameter value Application_Acronym. But the
Me.Parent![cbo_Application_Acronym] does contain the correct value.
Are you sure that Application_Acronym is in the underlying recordset of
Form_2 (and that that's the correct typing of its name)?

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> It still requests: Enter parameter value Application_Acronym. But the
> Me.Parent![cbo_Application_Acronym] does contain the correct value.
[quoted text clipped - 18 lines]
>> > The syntax for this string baffles me. Any idea on how to make this
>> > work?
JHC - 31 Oct 2007 19:00 GMT
Ouch... You are correct. I did not spell the column name correctly. Sorry
for the trouble and THANK YOU!!!
-JHC
> Are you sure that Application_Acronym is in the underlying recordset of
> Form_2 (and that that's the correct typing of its name)?
[quoted text clipped - 21 lines]
> >> > The syntax for this string baffles me. Any idea on how to make this
> >> > work?