Data Access Page and Dropdown field

E

Elfyn Jones

I'm designing a data access page for inventory of I.T. equipment, I would
like a dropdown box on the form that when users select a value other fields
are hidden or displayed dependant on what value was selected.

e.g. if they select type from dropdown being PC, I'd like Memory, Hard drive
size fields to be displayed and others to be hidden.

Is it possible to script this within data access pages i.e. to hide and
display fields at runtime dependant on value selected within dropdown box ?

Thanks

Elfyn
 
K

Ken Snell \(MVP\)

You might try using the combo box AfterUpdate event to run script that
changes the Hidden property of those other elements.
 

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