Hi there!
Need help refreshing a linked image on a page without refreshing the entire page. HTTP-EQUIV does not offer this...as far as I know.
Thanks in advance!
Hope this helps...
Dim MyRecSet As Recordset
Dim db As Database
Set db = CurrentDb
Set MyRecSet = db.OpenRecordset("SELECT * FROM MyTable")
MyRecSet.MoveFirst
txtTitle = MyRecSet.Fields("Title")
Lixie
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.