Richard1980
Registered User.
- Local time
- Today, 19:35
- Joined
- Aug 13, 2012
- Messages
- 72
Hello gents,
I need your help on this item.
I have a DB with an AIRPORTS table which collects many information e.g.: ICAO & IATA codes, Airport Name and other stuffs.
Here following is the Relationships screen of my DB: http://i42.tinypic.com/30wtmhl.png
Now I want to create a FLIGHTS form, which contains some information taken from AIRPORTS table. It should have:
- (2 combobox) ICAO code for both Departure and Arrival airport.
- (2 textbox) IATA & (2 textbox) Airport Name based on ICAO codes choosen.
ICAO field will be managed by a combo box with row source AIRPORTS.[ICAOApt].
Then the form will have two textboxes for Airport Names, every one with a variable text depending on Departure and Arrival airport.
Well, could I manage those textbox in another way than using DLookup function? Maybe using the relationships screen?
I don't want to use DLookUp because I should use it for a lot of textboxes: 2 for Airport names, 2 for IATA codes, 2 for GMT offeset and so on... All these fields are related on ICAO code.
Thanks for your suggestions.
Bye.
Riccardo
I need your help on this item.
I have a DB with an AIRPORTS table which collects many information e.g.: ICAO & IATA codes, Airport Name and other stuffs.
Here following is the Relationships screen of my DB: http://i42.tinypic.com/30wtmhl.png
Now I want to create a FLIGHTS form, which contains some information taken from AIRPORTS table. It should have:
- (2 combobox) ICAO code for both Departure and Arrival airport.
- (2 textbox) IATA & (2 textbox) Airport Name based on ICAO codes choosen.
ICAO field will be managed by a combo box with row source AIRPORTS.[ICAOApt].
Then the form will have two textboxes for Airport Names, every one with a variable text depending on Departure and Arrival airport.
Well, could I manage those textbox in another way than using DLookup function? Maybe using the relationships screen?
I don't want to use DLookUp because I should use it for a lot of textboxes: 2 for Airport names, 2 for IATA codes, 2 for GMT offeset and so on... All these fields are related on ICAO code.
Thanks for your suggestions.
Bye.
Riccardo