The best simple solution I can suggest is make a copy of the DB on your ISP on your local drive and do all your import work right there on the local machine.
Then use any sync software and sync the Db on the local drive with the Db on the ISP.
Sync softwares are easy to find. Just check...
Helo aaahvaya,
I would recommed that you visit http://www.aspin.com
This is going to your friend for all your asp tutorial and code needs.
You dont have to use the code give on aspin.com but you can sure get an idea to make something on your own.
Goodluck...;)
I know this sounds really simple but I am a access novice
I have a query that is supposed to remove 000s from a column and this is the way it is.
UPDATE Table_000 SET account_number = Format(account_number, "#")
I want to add one more column name to this query to perform the same function...
Hello MoLaker,
I did exactly as you mentioned. Add the code to the VB routine and created a table and wrote the macro.
When I ran the Vb routine it went well (I think).
Then I opened the db to check if it ran the query. But when I opened the db it gave me a alert
"Microsoft Access can't find...
The Scenario: A VB process runs and updates the MS Access DB with new data everyday. I have created a query to make some changes to the data once its imported. Currently I have to run it manually. Would like to automate the process.
Some one suggested this method given below
Store a value in a...
Hello MoLaker,
I think what you are trying to explain is to keep a boolean value to check if the VB process ran or not.
If the Vb runs and updated the DB the set the flag to True and run the query and then reset it back to False after the query has done its work.
I got the logic but an example...
Hello All,
I am using Oracle 11.03 based application and when I view some reports I get "FRM:99999: A network error occurred, the client will not be able to continue." error.
I resinstalled Jinitiator and JDK files.
When I open the link for reports first the screen starts flickering. Then when...
I am sorry guys this didnt work. Maybe I did it wrong.
Can you suggest a simple macro to run a query automatically eachtime the database gets updated.
More information. The database gets updated by a VB routine that imports new data everyday morning (like a batch process). The query is written...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.