|
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
||||
|
I would strongly recommend an upgrade to SQL (especially if it is used as a web back-end).
Access can export a db as SQL. Try: Tools > database utilities > upsizing wizard. As for applications, you need a VB editor to view the source code. You can launch an instance of the editor from the Access environment for macros, but you won´t be able to see the source for a compiled application. A tutorial on VBA/Access: http://www.functionx.com/vbaccess/ Hope that helps.
__________________
If you're careful enough, nothing bad or good will ever happen to you. |
|
||||
|
Thanks, Argos. I also found that "wizard", but haven't been able to investigate it. I don't run Windows, so I have to use VNC to a Windows box at my office, and that Access version don't have it installed (and it's hard to remotly give it the CD etc
).It is not currently a web back-end, but maybe in the future. Quote:
The tutorials seem good and I will read up on them, and hopefully I will get a grip on this Access mess. ![]() Thanks again! |
|
||||
|
Without seeing the application itself I can't help much, but VBA works very similarly to VB where you create the application about the forms. Most of it is hidden in the background and not really accessible outside of them. Converting Access to MySQL or SQL server generally involves porting over the data and then reconstrusting the application with a new front end.
__________________
Howling from the Shadows It must be fun to lead a life completely unburdened by reality. --- JayUtah You can't reason an irrational person out of an irrational belief. --- Noclevername Apollo: The History and the Hoax Enter the World of Athran |
|
|||
|
Couple of points.
The lack of menu's etc does not mean that it is compiled. They are very easy to turn off actually. Given that you are using a VNC connection to a windows box I do not know if this will work or not but holding down the shift key while starting an access application will bypass the start up options. (though that is simple to disable as well.) If the app is an exe file then it is compiled otherwise it is not. Given that you stated the app has multiple users then I am going to assume it is running on a client/server model. wherever the back end resides may well have a copy of the front end as well. Personal sode note: Access can be a very robust platform for a small busines. Though it is not a great web back end. A well programmed Access (both front and back end) app can have 50 concurrent users and run pretty smooth. But, I am biased since I am a professional access developer. Access is alos a wonderful RAD tool. IMHO Almost forgot to add www.dbforums.com has a wonderfull and helpfull base of users. |
|
||||
|
I've given up on Access. I was able to teach myself File Maker Pro (including scripts) without a manual, but Access just has me stumped - and with two books specialising on the subject.
__________________
The plural of "anecdote" is not "data". |