Well, there is no guarantee because Access doesn't do record-level locking. However, you first have to set locking to Optimistic so that lock lifetime is minimum. Second, set your forms for RecordLocks = edited record as opposed to all records
This still won't help if you have two users hitting exactly the same record at exactly the same time.