Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Jump to Record on Subform with ComboBox that auto fills.

Status
Not open for further replies.

Carrion

Technical User
Jul 26, 2002
27
US
Hi, I have a subform that jumps to a record based upon a combo box. That same combo box shows the first object in it's list after I update a field in the main form. My problem is that the subform wont jump to the record displayed in the combo box, unless I actually manually select it. This wont work for what I need to do. Does anyone know how to solve my problem? Thanks

Trace
 
Carrion,

Use VB to do what you describe above and find the desired record in a recordsetclone and set it equal to the form's bookmark.

Rollie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top