I have a form that I want to display the data but not allow additions / deletions / Edits etc..
But also on that form is a list box that I need to have 'active' so I can select an option from the list box to carry on to a different screen or use the selection open word. My issue is that on the properties for the form under the 'Data' tab I've set Allow Additions / Deletions and Edits to 'No'.
But this then does not allow me to select anything from the list box? The list box is unbound and uses a query to provide content.
If I set all the 'allows' to Yes then it works fine but it also means they can edits....
How do I get around this please?
But also on that form is a list box that I need to have 'active' so I can select an option from the list box to carry on to a different screen or use the selection open word. My issue is that on the properties for the form under the 'Data' tab I've set Allow Additions / Deletions and Edits to 'No'.
But this then does not allow me to select anything from the list box? The list box is unbound and uses a query to provide content.
If I set all the 'allows' to Yes then it works fine but it also means they can edits....
How do I get around this please?