isladogs
MVP / VIP
- Local time
- Today, 12:51
- Joined
- Jan 14, 2017
- Messages
- 18,799
In cases where editing could be done by multiple Users, than I would use bound popups.
In Data Entry mode, rarely would I use bound popups. Using DAO code allows for data to be pulled in from many locations. This enhances flexibility, impossible to achieve using bound forms.
I'm not saying bound Forms don't have their place, but they are extremely limited compared to unbound. I think many users are frustrated by database deign because developers don't truly map out business requirements. They just push on the Users standard almost fitting solutions.
I am finding it very difficult to think of examples where forms are limited or made inflexible as a result of being bound. Although many developers use one table per form, I don't subscribe to that view. Perhaps you could provide some examples to illustrate your assertions.