Pop up List Box

K

Kiran

I want the below output in the Text Box, the instrument type is Mortgage in
this section which can be a Deed of Trust, Security Deed e.t.c. When the user
clicks on a command button I need a Pop up list box with the instrument
types. Can this be done in Access.

That Mortgage in favor of Grace Maxwell Smith, Trustee of the Kingsley
and SMITH LIVING TRUST, dated 10/20/2005, and recorded on 12/06/2005, in
Book 23012 at Page 30, (given to secure the original principal amount of
$55,000.00).
 
M

Michael J. Strickland

Kiran said:
I want the below output in the Text Box, the instrument type is
Mortgage in
this section which can be a Deed of Trust, Security Deed e.t.c. When
the user
clicks on a command button I need a Pop up list box with the
instrument
types. Can this be done in Access.

That Mortgage in favor of Grace Maxwell Smith, Trustee of the Kingsley
and SMITH LIVING TRUST, dated 10/20/2005, and recorded on 12/06/2005,
in
Book 23012 at Page 30, (given to secure the original principal amount
of
$55,000.00).


Not sure exactly what you mean by a pop up list box, but you can use the
command button's click event to control the visibility of a list box on
your form
so it will appear to pop up when the button is clicked.

--
 
K

Kiran

I want that to be used a way the Inputbox functions.By using Inputbox we get
a textbox, in the same way I need a Listbox.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top