dialog box with list box or combo box 
Author Message
 dialog box with list box or combo box

No, but you can create a pop-up form that looks like a dialog box and place whatever you
want on it. Use the acDialog window mode argument with the DoCmd.OpenForm VBA command.
Opening the form with the acDialog argument will pause the code that opened the form until
the form is closed or hidden. You would use hidden (Visible = No) if you want to retrieve
data from the form, such as a selection that was made, when the code continues running.

--
Wayne Morgan
Microsoft Access MVP


Quote:
> Can you have a dialog box with a pull down menu of data
> from a database field. Im trying to use a dialog box with
> a query for helping the user select data to sort on. How
> is this done?



Sun, 11 Dec 2005 11:44:38 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Limiting Access to Text Boxes, List Boxes and Combo Boxes

2. How to list macro names in a combo box or a list box

3. Combo box spawning list box

4. Examples of OwnerDrawn for Combo Box / List Box / Menu / Toolbars

5. List Box and Combo box

6. adding to a combo box or list box

7. pls help : COMBO box or list box

8. Updating list boxes and combo boxes

9. HELP! ADO bound list box and combo box

10. How could I combine the features of combo box and list box

11. List box and Combo box

12. Combo Box or List Box

 

 
Powered by phpBB® Forum Software