Display specific data of recordset

majette97

Registered User.
Local time
Today, 07:55
Joined
Apr 26, 2001
Messages
23
What I would like to do is select a DATE from a combo box, and within the form in different areas (not in the combo box) have the rest of that dates record data information displayed in seperate fields. All of this information is on a separate form already, I just need to get that records data to display.

When using the code below, what is to be filled in the [txtSearchIn] and [cboSearchFor] positions???
My combo box date field name is WeekNo.

Me.RecordsetClone.FindFirst "[txtSearchIn] = '" & Me![cboSearchFor] & "'"
Me.Bookmark = Me.RecordsetClone.Bookmark

THANKS for any and all assistance!!!
 
Can any one assist with displaying specific record data according to Date selected from combo box???

THANKS!
 

Users who are viewing this thread

Back
Top Bottom