Category Archives: Other Tutorials

Why you should not store calculated information in the tables

The question has been asked many times before and it will be asked many times in the future: “I have calculations on my form but they aren’t saving to the table and I need them to be saved, why aren’t … Continue reading

How to use queries to get your lookup values

Many times people will make the mistake of using lookups at table level instead of using them only at a form level. One of the big problems with this is that it obscures the way lookups actually work. The idea … Continue reading