[Tutor] run a python script from access form

2014-01-31 Thread Ahmed, Shakir
Hi, I am trying to run a python script from Microsoft Access form. Your help is highly appreciated. Thanks S We value your opinion. Please take a few minutes to share your comments on the service you received from the District by clicking on this link

Re: [Tutor] help with data insert into Access table

2014-01-29 Thread Ahmed, Shakir
Ahmed, Shakir wrote: > I am trying to insert a record in the access table, the value has a quote > and could not insert the record. Any idea how I can insert records like > this quotes. > cursor.execute("INSERT INTO PicsPostInfo(Pics_name) values ('Site Name's >

[Tutor] help with data insert into Access table

2014-01-29 Thread Ahmed, Shakir
Hi, I am trying to insert a record in the access table, the value has a quote and could not insert the record. Any idea how I can insert records like this quotes. Thanks S cursor.execute("INSERT INTO PicsPostInfo(Pics_name) values ('Site Name's Harbor.JPG')") Traceback (most recent call last)