Listbox Value + ask for a variable

  • Thread starter Thread starter The Boondock Saint
  • Start date Start date
T

The Boondock Saint

Can you have values in a listbox... such as

"The red car was very fast and went [speed] kmph"
so if that item is selected it will ask the speed to be entered

Or if there is a feild called speed... it will draw the speed from that
field.....

Cheers All..
 
Can you have values in a listbox... such as

"The red car was very fast and went [speed] kmph"
so if that item is selected it will ask the speed to be entered
No.

Or if there is a feild called speed... it will draw the speed from that
field.....

Sure; you can use [Forms]![NameOfYourForm]![txtSpeed] to retrieve the
value of the (unbound) textbox txtSpeed.

What's the context? Where are you using this listbox?

John W. Vinson[MVP]
 

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

Similar Threads


Back
Top