Newbies Rax Posted January 9, 2007 Newbies Posted January 9, 2007 New at this so please bear with me. I am designing a database for work and need to recall data into one layout from another. e.g. In Quotes Iayout I have: Room A, 4.5m length, 5.0m width, 3.0m height Room B, 7.2m length, 5.0m width, 3.6m height etc, etc. In Accounts layout I wish to recall all the relevant data just by typing in say Room A and having all the dimensions displayed automaticaly. Any guidance would be greatly appreciated Thanks Rax
T-Square Posted January 9, 2007 Posted January 9, 2007 Assuming: * a structure with a table for Rooms and one for Accounts, * a RoomID field in each table, * a second Table occurence of Rooms on the Relationship graph (called AccountRoom) * a relationship between AccountRoom::RoomID = Accounts::RoomID * a value list RoomList based on the Rooms table showing RoomID and RoomName Create a Dropdown control on your Accounts layout for the Accounts::RoomID field and set it to use the RoomName valuelist. Add AccountRoom::Length, AccountRoom::Width, AccountRoom::Height When you select a room from the list, all its dimensions will display. HTH, David
Recommended Posts
This topic is 6529 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now