Newbies Jay Pifer Posted December 13, 2004 Newbies Posted December 13, 2004 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
Wim Decorte Posted December 14, 2004 Posted December 14, 2004 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now