Hey all, as usual, thanks for any help/advice. I am going through an old application I built in Access 2000, which relied heavily on VBA. I'm moving a lot of the functionality to Access (hey - I'm a newbie, its ok to reinvent the wheel, right
), and have a question regarding constant declarations. I've been thinking about simply creating a table called 'System' and declaring all my constants in there, but I'm confused as to what the best way to access them would be. Does anyone have experience regarding this situation? Should I just make a function to call them and, at runtime, do a type conversion (right now ALL data in the table is stored as text)? How would I be exactly sure that I'm getting the right variable / data? Would it be adding an extra layer (ie, instead of just declaring it, I have to query the system to get it, convert it, etc)? As you can see, I've got a lot of questions still..thanks...