GinaWhipp
AWF VIP
- Local time
- Today, 14:57
- Joined
- Jun 21, 2011
- Messages
- 5,899
My bad, I thought those were tabs but I see the tabs now. Hmm, then I am still missing something...
Now, the associated image which can be stored in table for the buildings can be loaded via code.
Why do you need so many Forms when it appears everything can be done from the Main Menu and blsgform? Why do you need a Module to declare variables when the Building ID is already available? Just flip the image.
So you have now selected your Building ID1. I have a main menu form that you can select a number of buildings (eg.1-100).
Then you open bldgform, I am assuming from the Main Menu, which will show the name of the building.2. I then click and open a form called bldgform for that building that a have a textbox with name and control source of BldgAbb_ID for bldg1.
From the bldgform I can open the reports which are absed on the Building ID3. I then click on a button cmdElev on bldgform that opens a report to show all the elevators that match (BldgAbb_ID) bldg1 and have information on it.
And I can also open additional reports.4. On the same bldgform I have another button cmdAlarms that opens another report that same way with control source and name BldgAbb_ID.
Now, the associated image which can be stored in table for the buildings can be loaded via code.
Why do you need so many Forms when it appears everything can be done from the Main Menu and blsgform? Why do you need a Module to declare variables when the Building ID is already available? Just flip the image.