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

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

Recommended Posts

  • Newbies
Posted

On the data side:

I am building a database that includes hotel information for generating job tickets for service calls. Each hotel has 2-3 ballrooms and 2-3 hotel contacts.

On the data extraction side:

In a different layout, I need to generate a service ticket for a specific hotel. I want the option of a pop-up value list to display the related ballrooms (so that we may designate which ballroom) and another value list to display the related hotel contacts (so that we may designate which hotel contact).

This is what I have done:

On the data side:

I designed a form to enter the hotel data. For the

Posted

You wouldn't use repeating fields for ballrooms and contacts, you would use different tables with relationships between them.

Hotels table --> ballroom table (based on hotelID)

hotels table --> Contacts table (based on HotelID)

The value lists are then built to show only related info from ballrooms and contacts.

This topic is 7285 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.