|
-
December 2nd, 2002, 12:42 PM
#1
How do I get Access to automatically place internet orders?
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.
-
December 4th, 2002, 07:28 PM
#2
You can do it in Access using VBA.
-
December 5th, 2002, 12:23 PM
#3
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.
-
December 5th, 2002, 12:32 PM
#4
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|