Hi experts.
Here's the situation : I have a navigation form "Navigation", in which I have two navigation buttons : one for "New agent", the other for "Change agent".
New agent is linked to "Form_Agent_Entry", with DataEntry = Yes
Change agent is linked to a report listing all the existing agents, "R_Agent_Change" and each line has a button that "BrowseTo" form "Form_Agent_Entry", hopefully with DataEntry forced to No.
This last point doesn't work, as DataEntry seems to be impossible to modify.
Either I switch it manually in design mode to Yes, and my initial entry process works, or I set it to No, and my change existing entries process works. Apparently, the BrowseTo command within the navigation subform does not overwrite the DataEntry property, even though I set it to AcFormEdit.
Can anyone give me a hint ? This is driving me crazy.
Thanks guys