How do you make a dropdown invisible?

M

Merdaad

I need to load data from a database into a field or variable so I could avoid
duplicating any data that alreday exists in database...
The only way I have found so far is to load the data into a dropdown. But
the dropdown stays visible and I need to make it disppear as it would confuse
users.

Any articles on this would be appreciated...

Thanks
Merdaad
 
T

Thomas A. Rowe

Hidden Form Fields ?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
M

Merdaad

Yes. I want my drop down to be invisible because it's only a data holder.

DD is loaded with data from database, I will need to check that data to
avoid duplication but I don't need the drop down to be visible. If you can
think of any other way to do this (avoiding data duplication), please advise.
 
Top