PDA

View Full Version : hello everybody


kosgeorg
04-29-06, 16:53
i am kostas from greece and i am trying to find out about databases

Christian
04-30-06, 03:12
Welcome! :) . . . i am trying to find out about databasesThe members here have an extensive knowledge of databases that they are just waiting to share, all you have to do is ask!

:beer:

Pat Phelan
04-30-06, 13:49
Welcome Kostas!

Databases come in many "flavors", depending on the vendor and the usage. If you can be a bit more specific about what you'd like to know, I'm sure that someone here at DBForums can help you!

-PatP

kosgeorg
05-04-06, 13:22
hello everybody.
i have a access database that it is linked with a xls page.the xls page is linked to a web site.the website this website has some information that i need.but very often the page is changed to other news.show it changes on my xl file and so to my database.i have made an updater in my database that records old infos before the site updates with new ones.this updater is a button that starts an append query. because i am not all the tme on this pc is there a way to make this button update every 1 hour by itself?
thank you for you're time.

Pat Phelan
05-05-06, 15:19
If you have an Access page up, use an OnTimer (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbaac11/html/acevtTimer_HV05188176.asp) event.

-PatP

kosgeorg
05-06-06, 10:06
i did this and thank you. but the problem is that i cannot change the time that this update will work. i have changed the time but it always update in 30 sec. is there something i didn't do?if anybody knows please answer.thanks

Pat Phelan
05-06-06, 12:24
At the bottom of the Timer Event (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbaac11/html/acevtTimer_HV05188176.asp) page, you'll find a link that will take you to TimerInterval (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbaac11/html/acproTimerInterval_HV05188184.asp).

-PatP