Muzicmn969
Registered User.
- Local time
- Today, 18:11
- Joined
- Apr 4, 2002
- Messages
- 16
I posted this question last week but dont think i was thorough enough. gonna try it again
what i have is a db with a few tables....one is a airspaceid, it gives the airspace name, and default altitudes among other stuff.....one of my other dbs is an event db...it tracks when the airspace is used what times and what altitudes. now the altitudes defined in db1 are basic default altitudes which do change from time to time.
on one of my forms i have a combobox which looks up the airspaceid from db1 and stores it in the events db. this db also has a textbox which is bounded to the airspaceid combo box, it displays the default altitudes that coorespond to the appropriate airspaceid. Now the tricky part... sometimes the altitudes that the airspace goes active to change from the default. I can change the alt in the form but it isnt stored in db2 only because there is no field and i dont know how to make access store a second field based on the original combobox. I need the report to display the default alt if it hasnt been changed or the new updated altitudes if they were changed. i also need to make sure that when the altitude is changed that the table with the default altitude is NOT changed. This way the default alt is there for the next use.
any ideas would be greatly appreciated
Ricky
what i have is a db with a few tables....one is a airspaceid, it gives the airspace name, and default altitudes among other stuff.....one of my other dbs is an event db...it tracks when the airspace is used what times and what altitudes. now the altitudes defined in db1 are basic default altitudes which do change from time to time.
on one of my forms i have a combobox which looks up the airspaceid from db1 and stores it in the events db. this db also has a textbox which is bounded to the airspaceid combo box, it displays the default altitudes that coorespond to the appropriate airspaceid. Now the tricky part... sometimes the altitudes that the airspace goes active to change from the default. I can change the alt in the form but it isnt stored in db2 only because there is no field and i dont know how to make access store a second field based on the original combobox. I need the report to display the default alt if it hasnt been changed or the new updated altitudes if they were changed. i also need to make sure that when the altitude is changed that the table with the default altitude is NOT changed. This way the default alt is there for the next use.
any ideas would be greatly appreciated
Ricky