danjacoby Posted February 7, 2002 Posted February 7, 2002 Use global fields for the prefs -- that way, they work with all records. Heck, they keep their values even if you delete all the records.
Vaughan Posted February 7, 2002 Posted February 7, 2002 Except in a mulit-user environment global fields are a bugger to change! I've been converted to a related file with one record to hold preferences. Dead easy.
rivet Posted February 7, 2002 Posted February 7, 2002 I am working on a solution that has one record containing all pref for the database. (it has to be that instead of a separate file). One of the prefs is a date that will have to be used in a calculation against all remaining records in the same file. I want to avoid a relationship because I need the calculation result indexed. -Help
Recommended Posts
This topic is 8325 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