subdatasheets vs. cascading combo boxes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In reading posts for general information, I've come across strongly expressed
opinions that subdatasheets should not be used, but that cascading combo
boxes are a better alternative. However, I've not seen a clear explanation
of why that may be so. Could someone explain the pros and cons for
me---(please keep it in terms someone who is does not write code and is not a
full time programmer could understand.)
Thanks
 
The main issues with subdatasheets are:

1.) They lack the events that you get if you use a subform, such as
Form_BeforeUpdate. That means you cannot control what the user enters,
validate ranges, provide warnings, respond to Undos, and all of the things
that make Access forms so great.

2.) They take time to load. In fact, where a form has several subforms, it
can slow the loading of the form by orders of magnitude, turning a zippy
piece of software into a real dog.

3.) They are unreliable. If you accept the "Auto" default, you don't really
know which related data the user is going to get.
 

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

Back
Top