I heard it's bad design to have forms directly binded to a query because you have no data control.
Is it better to make forms unbounded and then have users fill it out, and use VBA to programatically validate the data and insert into the database?
Is it better to make forms unbounded and then have users fill it out, and use VBA to programatically validate the data and insert into the database?