1. I like unbound controls because they never violate consistency and integrity as they are being filled in. Then data can be read and redirected via code at will to any needed location.
2. i have a pizza delivery business so service algorithm goes :
- answer call
- get customer phone#
- find all customers with this #(some regular customers have a few adresses the order from)
- choose the right adress
- insert order details
- make order slip
- make invoice
3. I delt with the problem yesterday, wrote some code to query and used DAO for manipulation. works fine.
4. I want to use a datasheet view cuase it gives me the best view for the job ( All rows with the info i need to ask the customer which of the locations he is in and fast decide how to proceed). So i would like to know why "Never datasheet" to make a better assesment.
5. is there a way to limit the selection on a data sheet view(or continious form) to an entire row? kind of what you get if you use a comboBox with multiple colmns?
Well that was some Philosophy with a pintch of code:)
thanks for the help and all the best