View Single Post
  #11  
Old January 31st, 2009, 04:35 AM posted to microsoft.public.access.forms,microsoft.public.access.formscoding
Paul
external usenet poster
 
Posts: 68
Default navigating to different records in a read only form

Dirk,

This could be a good solution for me, because I can add code to the combo
box's Exit event to test who the user is. If I want that user to be able to
edit the form, I could just exit the sub. If I don't want them to be able
to edit, then I could set AllowEdits to false.

Thanks

Paul