![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Dear Access experts, I have been cracking my head for some time over this problem but I am only an Access newbie. Is it possible to make Access send back certain data back to an online website for authentication? This is to check that the database is not distributed indiscriminately around the internet. Thank you very much in advance. |
#3
| |||
| |||
|
#4
| |||
| |||
|
#5
| |||
| |||
|
|
The feature you describe is not included as part of Access, but almost anything is possible with programming and communication with additional software. As Tom said, it's a job for a professional (and, I'd qualify that as "advanced professional"); also, as he mentioned, there's more to "calling home" to validate legitimate use than just sending a message. *Larry Linson, Microsoft Office Access MVP *Co-author: "Microsoft Access Small Business Solutions", published by Wiley *Access newsgroup support is alive and well in USENET comp.databases.ms-access |
#6
| |||
| |||
|
|
Is it possible to implement this communication with Access macros? If not, what sort of platform should I consider using? |
#7
| |||
| |||
|
|
"LLY" <lightaiyee (AT) gmail (DOT) com> wrote Is it possible to implement this communication with Access macros? If not, what sort of platform should I consider using? I doubt you can accomplish what you want with Access Macros. To do this from Access, I suspect you will use Visual Basic for Applications (VBA) code, COM (Component Object Model) Automation to a compatible application to do the web communication, and/or Windows API (Application Programming Interface) calls. I'm not expert in this area, but would suspect that sending simple data to a defined interface at a website would require the developer be adept in at least two of the disciplines I listed in the preceding paragraph. But to someone who _is _familiar with it, it may not be a vast or massive project. Use iMacros scripting language. works great for me. |
#8
| |||
| |||
|
|
Use iMacros scripting language. works great for me. |
#9
| |||
| |||
|
|
On Jun 15, 9:29*am, "Access Developer" <accde... (AT) gmail (DOT) com> wrote: The feature you describe is not included as part of Access, but almost anything is possible with programming and communication with additional software. As Tom said, it's a job for a professional (and, I'd qualify that as "advanced professional"); also, as he mentioned, there's more to "calling home" to validate legitimate use than just sending a message. *Larry Linson, Microsoft Office Access MVP *Co-author: "Microsoft Access Small Business Solutions", published by Wiley *Access newsgroup support is alive and well in USENET comp.databases.ms-access Thank you everyone for all your replies. Is it possible to implement this communication with Access macros? If not, what sort of platform should I consider using? |
#10
| |||
| |||
|
|
"Bob Alston" <bobalston9 (AT) yahoo (DOT) com> wrote Use iMacros scripting language. works great for me. How do you use those from within Microsoft Access, Bob? It wasn't clear from a quick Google and scan of the first screen that they could be used that way. Larry Linson, Microsoft Office Access MVP I use it to automate downloads of data. I initiate the scripts built in |
![]() |
| Thread Tools | |
| Display Modes | |
| |