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!!!
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!!!