- Local time
- Today, 13:02
- Joined
- Feb 19, 2002
- Messages
- 46,824
When you have several lookup tables in an application, it becomes a pain to create separate tables and maintenance forms to manage the contents. This sample is an application that I first developed over 40 years ago, long before Access was a twinkle in Bill's eye. It was constructed using COBOL and IMS. Once I figured out the logic, I recreated the functionality in every application I built after that. Now, it lives in Access. In some of my apps the BE is ACE but in most the BE is SQL Server so don't limit yourself. There are two tables, four forms, and two reports. This version of the app also included security. Just use the id and password provided on the login form.