miramaya Posted April 23, 2001 Posted April 23, 2001 Is it possible to select a field entry from a value list and after this ONE selection the field does not allow any new entry. I want to use this selection in a primary key and this selection should not change anymore since this is used in related tables. Would appreciate any advice. Best regards.
markpro Posted April 23, 2001 Posted April 23, 2001 Sounds like a layout control issue. Hide Status Bar [Lock] Create Next Record, Previous Record, First Record, Last Record buttons each contains If(isempty(YourField) Goto Layout You can change this field Else Goto Layout[You cannot change this field] Specify feild format, Allow Access off.
Recommended Posts
This topic is 8617 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now