Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by lixie

  1. lixie

    Automatically refresh image on page, not entire page

    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!
  2. lixie

    Open Access database

    It worked. Thanks so much. ::-)
  3. lixie

    Open Access database

    I would like to open the entire database. Thank in advance.
  4. lixie

    declaring a recordset

    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
  5. lixie

    Open Access database

    Is there a method or function I can use to open another Access database and let users work with that database?

Part and Inventory Search

Back
Top