Jump to content

How to store fixed information


Andrew Rose

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

Recommended Posts

  • Newbies

I have some data I need to store that closely resembles preferences.  It's not going to change often and I'll want to refer to those values when calculating things in other tables.  Like a tax rate container that I might refer to in a calculated field on item price.

Were would I store those?

Link to comment
Share on other sites

It's common practice to create a Preferences table that stores a single record. You can work with that data in various ways - through a relationship, via SQL, via script, or load the data into global fields or variables at startup.

Link to comment
Share on other sites

This topic is 1322 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.