mphowells
December 2nd, 2002, 11:42 AM
Hi I am doing a university project and I am VERY stuck on what language I would need to get my Access database to automatically link to pre-defined web sites and make orders of pre-defined quantities. Thanks.
|
Click to See Complete Forum and Search --> : How do I get Access to automatically place internet orders? mphowells December 2nd, 2002, 11:42 AM Hi I am doing a university project and I am VERY stuck on what language I would need to get my Access database to automatically link to pre-defined web sites and make orders of pre-defined quantities. Thanks. billwilson3 December 4th, 2002, 06:28 PM You can do it in Access using VBA. mphowells December 5th, 2002, 11:23 AM Thank's. Are you able to tell me what VBA is and where can I find out about it (any books or websites you know?)? Cheers. billwilson3 December 5th, 2002, 11:32 AM Its part of Access. It is VB for applications. So the language is Visual Basic with some enhancements for working with Access. One way to use it is to create a new Module. The module is a blank page ready to put code into. You can also create code in Forms to respond to events (like Load forn, Button click etc.) Its really quite powerful. The easiest way to read about it is in the MS Access Help. Most books on MS Access will also cover it. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |