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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using SEEK on Multiple Field Index

Status
Not open for further replies.

TURNERMICH

Technical User
Apr 5, 2000
64
0
0
AU
I am using Access2000 Mdb file.

Set db = OpenDatabase("c:\accounting\accounting.mdb")
Set td = db.OpenRecordset("TheData", dbOpenTable)
Set td2 = db.OpenRecordset("DataUnique", dbOpenTable)
Set td3 = db.OpenRecordset("Results", dbOpenTable)

td3.Index = "MainKey"


=============================
The Key "MainKey" is made up of...
Rdate Date
TheItem Numeric
TheNumber Numeric

============================

td3.Seek ??????????????


Appreciate some help with the SEEK command to look up the combined Key.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top