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

Context sensitive pop-up menu for rows in list box

Status
Not open for further replies.

bengy2

Programmer
May 11, 2004
3
SK
OS: Windows XP
Access: MS Access 2002

I have database (Tasks):
Name (name of task)
.
.
.
Status (progress, completed ...)

I want to display it in list box on form.
Is there any possibility to populate menu for individual rows in list-box ? (for example with items delete, mark as completed ...) ?

Bengy2
 
I'm not sure if this is what you want, but... if you build a query that includes the status, you could base your list box on that query.

Randy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top