View Full Version : Display specific data of recordset


majette97
07-19-2001, 05:37 AM
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!!!

majette97
07-26-2001, 05:57 AM
Can any one assist with displaying specific record data according to Date selected from combo box???

THANKS!