randommetalguy
Registered User.
- Local time
- Today, 08:47
- Joined
- Nov 25, 2008
- Messages
- 52
I have a desktop application. But is there a way to store the tables online so that one person updates some data in the tables and everyone automatically gets the new version of the data?
I know you can split a database and have a database.accdb file and database_be.accdb file. Instead of having the forms and logic look to c:\Database\database_be.accdb can I tell the forms to look at http://www.domainname.com/database_be.accdb to find the data?
If this isn't possible, what would you suggest to make a desktop application more web-based to automate updates?
I know you can split a database and have a database.accdb file and database_be.accdb file. Instead of having the forms and logic look to c:\Database\database_be.accdb can I tell the forms to look at http://www.domainname.com/database_be.accdb to find the data?
If this isn't possible, what would you suggest to make a desktop application more web-based to automate updates?