Re: storing a string data in access

2008-11-04 Thread alex23
On Nov 4, 3:53 am, "Tim Arnold" <[EMAIL PROTECTED]> wrote: > "alex23" <[EMAIL PROTECTED]> wrote: > > t = "string representing a datum" > > access.Fields("Time").value = t > > maybe OP means t = "string representing a date", but I'm just guessing. Oops, that totally didn't occur to me. You'd think

Re: storing a string data in access

2008-11-03 Thread Tim Arnold
"alex23" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] On Nov 3, 3:47 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: >> Hi >> I have >> access.Fields("Time").value=t >> I would like t to be a string reprsenting a data. How can I do this? > > t = "string representing a datum" > ac

Re: storing a string data in access

2008-11-02 Thread alex23
On Nov 3, 3:47 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi > I have > access.Fields("Time").value=t > I would like t to be  a string reprsenting a data.  How can I do this? t = "string representing a datum" access.Fields("Time").value = t -- http://mail.python.org/mailman/listinfo/pyth

storing a string data in access

2008-11-02 Thread [EMAIL PROTECTED]
Hi I have access.Fields("Time").value=t I would like t to be a string reprsenting a data. How can I do this? -- http://mail.python.org/mailman/listinfo/python-list