|
-
Nov 26th, 1999, 04:03 AM
#1
Thread Starter
Lively Member
I want to open a recordset based on the latest date of a few records.
So far I have:
set rst = DB.OpenRecordset("select *from [prices] where [Company number]=" & company_number & " AND [product number] =" & product_num ).
I'm not sure how to fit in the clause that specifies the latest date.
Thanks for your time.
Danny.
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
|