August 30, 200619 yr I have a database which I would like to use a preference file consisting of mostly Yes/No data to act as switches for some options and not sure how to go about doing it. What I believe I need to do is create a new table consisting of one record and if this is the case what is the best way to consistently reference this record and its field for my scripts? Thanks in advance.
August 30, 200619 yr Use a cartesian join operator (the big X) to link your preference table to the rest of the graph. In this manner, it's fields will always be accessible.
Create an account or sign in to comment