Property Sheet - data question

hafiff

Board Regular
Joined
Feb 5, 2008
Messages
65
I made a form that will pull the name from the list of a table as the Row Source on Data tab of the Property Sheet. I would like to have the option to select all name. I entered on Default Value as "*", but it will not show. Is there away to show on the form instead of blank for all.

I am not sure on how to insert the image of the sample. Any simple instruction will also help.

Thanks,
HA
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
If you are going to use ALL names, then use a different query than the one that pulls 1 name.
qs1Name and qsAllNames

If you want all names, join the table of names to the query and it will pull all names. The form is irrelevant.
 
Upvote 0
I made a form that will pull the name from the list of a table as the Row Source on Data tab of the Property Sheet. I would like to have the option to select all name. I entered on Default Value as "*", but it will not show. Is there away to show on the form instead of blank for all.

I am not sure on how to insert the image of the sample. Any simple instruction will also help.

Thanks,
HA

WARNING: Using the Row Source on the Data tab of the Property Sheet can cause you many headaches.

I NEVER USE THEM!

SEE:
 
Last edited:
Upvote 0

Forum statistics

Threads
1,221,848
Messages
6,162,419
Members
451,765
Latest member
craigvan888

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top