|
-
Apr 11th, 2000, 02:44 AM
#1
Thread Starter
Lively Member
Hey I have been trying to pull a recordset from a table in my DB and then select the last record in that table but It won't happen right and pull the last one. I have been using the following:
Sql2 = ("Select * from LocationTracking Where locationtracking.AccountNum = " & "'" & txtFindAccount.Text & "'")
tb13 = db.openrecordset(sql2)
tb13.movelast
Then it pulls a account from the table that is in the middle somewhere and I need it to pull the last one. Any suggestions, Please.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|