Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Automaticaly recalling relevant data


This topic is 6529 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

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

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.