From all that I have read, opening a form in data entry mode can greatly reduce the resources it takes to open the form (as it doesn't have to load every record in the table, which in the case of a slow network like mine, would create less traffic).
If I can't set the Data Entry property of the form until after it is opened, there is essentially no point to doing this. I suppose I can set the default to data entry and cahnge up some of the other code to programatically set Data Entry to false if someone needs to see the details of an individual record.
I just wanted to check and see if I was missing something before I went ahead and started messing around with it.
If I can't set the Data Entry property of the form until after it is opened, there is essentially no point to doing this. I suppose I can set the default to data entry and cahnge up some of the other code to programatically set Data Entry to false if someone needs to see the details of an individual record.
I just wanted to check and see if I was missing something before I went ahead and started messing around with it.