Jump to content

This topic is 7389 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

How do i create a field that returns the same numeric value for all records?

In my application, our billable labor rate is used in various calculations and or fields. When our rate goes up I have to track down everyplace it is used and increase the value. Can't I just create a field for the labor rate and increase the value there instead.

I tried using Auto Enter and placing the rate in the Data field but this didn't work. There must be a simple way to do this. Any help would be greatly appreciated.

Posted

Welcome Fighter,

I use a 1 record table to store this type of information. (Labor rates, tax rate, etc.) I add a field to store this in the working table. I make this field a lookup of the field in the 1 record table. Use an X relationship for the lookup. Use this field in your other calculations.

The reason for the lookup is to prevent changes to rate in existing records when a change is made to the rate.

Posted

You can have equal, not equal, greater than, less than, greater than or equal, less than or equal and X relationships. The X relationship relates all records in one file with all records in the related file regardless of values in the match field.

Double click on the relationship (the box with an = in it) in the relationship graph. You will get a dialog box about the relationship. Change it in this dialog box.

This topic is 7389 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.