Link to home
Start Free TrialLog in
Avatar of SteveL13
SteveL13Flag for United States of America

asked on

Is ther a way to enter a new record in a listbox rather than in a form tied to the listbox?

In other words, if I double-click on the blank area of a list box I want to be able to enter the data for the new record right in the listbox rather than have a form popup to enter the data into.

Possible?

--Steve
ASKER CERTIFIED SOLUTION
Avatar of mbizup
mbizup
Flag of Kazakhstan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
<No Points wanted>

Notes:
With a "ComboBox" you kinda have a shot at this because of all the: "new data" and "edit List" properties.

But ultimately I am with mbizup, ...use a form in place of the listbox (as a subform)

;-)

JeffCoachman