The form has Allow Edits, Allow Deletions, and Allow Additions settings on the property page (Data tab) that you can look into, but be sure that the user understands what is going on. It could be confusing if the user sees the control and tries to change the data, but Access doesn't allow it.
(I'm assuming that the form will be displaying existing data as well as creating new data, but I might be wrong on this.)
One way to handle it is when you open the form to an existing record (if that will be allowed) disable all the controls so they can still view the data. Another approach, if the form will only be for new data (not looking at old), is to set a filter to prevent the display of any existing records in the form when it's opened.