phineas629 0 Posted November 4, 2011 Hi I'm new to programming in general, I have a database in ms access. This database is used for billing purposes. However, I need to bill through a specific website. Is Auttoit the program I should be using to get my data from access into the website? I want to simplify my life without having to do double duty of entering data into access and then having to do it again on the website. Thanks! Share this post Link to post Share on other sites
water 2,391 Posted November 4, 2011 Welcome to Autoit and the forum! AutoIt comes with a library of functions (UDF - User Defined Functions) for the Internet Explorer. On the forum you can find an UDF for MS Access. So I think AutoIt can help you with what you try to do. Break your project into smaller tasks and do one step after the other (access and extract data from the MS Access DB, Open the web site, enter data ...) If you have questions post the code you have so far and we will try to help. My UDFs and Tutorials: Spoiler UDFs:Active Directory (NEW 2020-10-10 - Version 1.5.2.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX (NEW 2020-12-15 - Version 1.6.3.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX_GUI (2020-06-27 - Version 1.3.2.0) - DownloadOutlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - WikiTask Scheduler (2019-12-03 - Version 1.5.1.0) - Download - General Help & Support - WikiTutorials:ADO - Wiki, WebDriver - Wiki Share this post Link to post Share on other sites
phineas629 0 Posted November 4, 2011 I'm going to have a headache but I'm going to give it a shot. thank you! Share this post Link to post Share on other sites
water 2,391 Posted November 4, 2011 The MSAccess UDF can be found My UDFs and Tutorials: Spoiler UDFs:Active Directory (NEW 2020-10-10 - Version 1.5.2.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX (NEW 2020-12-15 - Version 1.6.3.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX_GUI (2020-06-27 - Version 1.3.2.0) - DownloadOutlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - WikiTask Scheduler (2019-12-03 - Version 1.5.1.0) - Download - General Help & Support - WikiTutorials:ADO - Wiki, WebDriver - Wiki Share this post Link to post Share on other sites