Newbies antonina Posted October 26, 2005 Newbies Posted October 26, 2005 Hi, I'm trying to create a database for tracking jobs in our office. It begins with project record that is related to a bid record. I have the idea to keep that bid "open", meaning allow the user to modify fields in it while that bid is out. Once we receive notificiation of bid approval, I'd like to lock the bid record from modification, since all cost tracking from that point forward will be done within a budget record for that project. Is there a way to lock a record once a specific action is taken? ie button clicked, field fillled in? I can't seem to find how to do it on my own. Thanks in advance for any advice and feedback on this.
mr_vodka Posted October 26, 2005 Posted October 26, 2005 Antonina, Take a look at the methods from this post. Also another method is that you can have two layouts. one for modifiable fields and the other non modifiable. Depending on the value of your field, you can send them to a different layout. If ModFlag =1 then Go to Layout - NOmodify, else go to layout - modify.
Newbies antonina Posted October 26, 2005 Author Newbies Posted October 26, 2005 Hi and thank you so much. I think the separate non-modifiable layout is such a simple and easy way to go. Thanks.
Recommended Posts
This topic is 7258 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