What is the secret to appending the Assigned To: field of a task?

I have an Access append query that is successfully appending
everything else to a task list except for the Assigned To: field. I
tried using the UserInfo ID and also the name string. Neither has
worked. I get no error. Everything else posts but the Assigned To:
is left blank.

Re: Append task using Access query by Jason

Jason
Thu Jul 17 14:14:09 CDT 2008

On Jul 17, 4:40=A0am, Jason <JT49...@gmail.com> wrote:
> What is the secret to appending the Assigned To: field of a task?
>
> I have an Access append query that is successfully appending
> everything else to a task list except for the Assigned To: field. =A0I
> tried using the UserInfo ID and also the name string. =A0Neither has
> worked. =A0I get no error. =A0Everything else posts but the Assigned To:
> is left blank.

Thanks anyhow. I figured it out!
The correct value to post is neither the Name or the ID but instead
the AD user ID (eg. AD\user)