I tried a blank database from scratch following your example and still
receive the same error. Perhaps it is a configuration problem with our
server or we are running different versions. We have SharePoint Server
2007
Standard. Which version are you running?
I do appreciate all the help and hopefully this will help narrow down the
problem.
Matt
"Brendan Reynolds" wrote:
> "Matt" <Matt@[EMAIL PROTECTED]
> wrote in message
> news:9DCE0A61-0696-4BB2-8855-866E66BE1AAB@[EMAIL PROTECTED]
> > Brendan,
> >
> > Unfortunately, I wasn't lucky enough to have made that mistake. I did
> > have
> > the columns set to date/time format. I did some playing around and
found
> > a
> > work around. Access stores date/time in double integer format. It
just
> > converts the number to a date/time when it displays it. So, with that
in
> > mind, I converted all of my date/time columns in the SharePoint list
to
> > number columns and it worked!
> >
> > The only drawback is that SharePoint will only display it in the raw
> > number format. So, if you plan to manipulate the date/time data in
> > SharePoint, this probably isn't the solution. But, if you are
stricktly
> > using the data in Access, this did the trick!
>
>
> Matt, I just tried a test. I created a list in SharePoint and added a
> date/time column, set to allow a time part. I linked to that list in
Access
> 2007, created a form bound to that list, and added a command button to
the
> form with the following line of code:
>
> Me.TestDate = Now()
>
> TestDate is the name of a text box bound to the date/time column, also
> called TestDate, in the linked SharePoint list.
>
> It works, successfully assigning the current date and time, without any
> error.
>
> I can't say what the cause of your problem is, unfortunately, but as far
as
> I can see it is possible to assign a date to a SharePoint date/time
column
> from Access, and it should not be necessary to change the type of the
> SharePoint column to Number.
>
> --
> Brendan Reynolds
>


|