Newbies pluckey Posted November 6, 2000 Newbies Posted November 6, 2000 Ok, I figured out a better way of handling this. Instead of [rate] being a calculated field, I made it a Number with an Auto-Entered value of the rate from the Category database. Thus, by default it shows the true rate, but it can also be modified. Problem solved!
Newbies pluckey Posted November 7, 2000 Author Newbies Posted November 7, 2000 I'm working on a project-tracking database. In a data-entry layout for tasks, I'm trying to allow the user to select a Task Category (for example, editing) which is linked to a related database. This Category database has rates, type of units, etc. The user selects their category, enters quantity (of hours, or items) and sees the subtotal of the cost for that task. Like this: [Category] [Quantity]*[Rate]=[subtotal] The [rate] is a field displayed from the Category db, and that's where I'm stuck: I'd like to allow users to enter values into that field "on the fly" for tasks that might have a special one-time cost (like a bid or discount) -- but I get the "field not modifiable" error. Is there a more elegant way of handling this? Should I build a script that checks for specific category uses (bid, "specials") and swaps out a different non-related rate field? Tia!
Recommended Posts
This topic is 8850 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