Hi - I have two MS Access forms -
1) WorkItems
2) MyItems
WorkItems is the main form, and MyItems simply runs a query against a list of NT ID's and statuses to provide the user with a list of his/her incomplete workitems.
What I'd like to do is have the user click a button on MyItems and load the record into WorkItems for them.
FYI, WorkItems displays records with a status set to "Available" (and excludes those which are "Completed" or "In Progerss")
Any idea how I can accomplish this? Not urgent, but I think it'd be a nice little feature to provide.
THANKS!