'K I S S' (Keep It Simple) If you have a problem to solve nad it has lots of variables (things invlolved that can go wrong), then cut down the variables (get them out of the picture, so you can 'home in' on the problem).
Get rid of the Data Environment, and promise never to use it again. Get rid of data controls (ditto). Get rid of binding (ditto). Create your connections and recordsets via code, and use code to populate controls/grids/etc. If your current project is too bogged down with all of that baggage, to allow you to remove it, then knock up a small example (using KISS), and see if it has the same problems. If it does not work, surely it will now be simpler to work out what is wrong ? If it does work, then you can try to see which of 'the baggage' is causing the problem. > > !? help > > - Drew > http://drewvancamp.com '// ======================================================= Rules : http://ReliableAnswers.com/List/Rules.asp Home : http://groups.yahoo.com/group/vbHelp/ ======================================================= Post : [email protected] Join : [EMAIL PROTECTED] Leave : [EMAIL PROTECTED] '// ======================================================= Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/vbhelp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
