Go to Google Groups Home    python-excel
Re: [pyxl] Data entry automation using python

Tony Theodore <tony.theod...@gmail.com>

2009/7/2 Jimbo <jims2...@gmail.com>:

> Hi,

> I am trying to automate data entry into an Access form. I would like
> to develop a python script to read values from an Excel spreadsheet
> and pass them onto fill the fields in an Access form which would then
> be saved and move onto to the next record. Is this achieveable using
> python? I am a beginner and any help would be appreciated.

> Cheers
> Jimmy

Do you really need to automate entry into the forms, or just get the
data into the database? Having played a little with win32com
(https://sourceforge.net/projects/pywin32/), I'd say it's definitely
possible. Having worked with Access forms, I would try writing
directly to the underlying tables first.

Regards,

Tony