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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Aligning list box with form

Status
Not open for further replies.

ProjectExplorer

Programmer
Mar 22, 2002
95
GB
Can some one suggest some suitable code that will align a list box with the current Form record (i.e. so that as the form record changes the row in the highlighted row (record)in the list box changes.
 
let us assume that the list box bound column is the field id

in the on current event

me.lstboxname=me.id
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top