From: Mohammed on
I have list box with multi Column, how can I allow the user edits the fields?
From: Dirk Goldgar on
"Mohammed" <Mohammed(a)discussions.microsoft.com> wrote in message
news:F9CA0560-223D-4379-8B6E-4A8277F8755F(a)microsoft.com...
>I have list box with multi Column, how can I allow the user edits the
>fields?


A list box is not editable; use a subform in continuous or datasheet view
instead.

--
Dirk Goldgar, MS Access MVP
Access tips: www.datagnostics.com/tips.html

(please reply to the newsgroup)

From: Jeff Boyce on
Or, if you decide to keep a list box, you could put code in the list box's
Double-Click event that popped-open a new window with the selected record
displayed for edit.

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.


"Mohammed" <Mohammed(a)discussions.microsoft.com> wrote in message
news:F9CA0560-223D-4379-8B6E-4A8277F8755F(a)microsoft.com...
>I have list box with multi Column, how can I allow the user edits the
>fields?