Recent content by Muzicmn969

  1. M

    Query record set greater than null???

    thanks will give it a shot
  2. M

    Averages

    any ideas??? tasked with creating a new database for a school i came across this problem. Wanted to see if you guys had any ideas before i even begin creating this thing. School has grades 1 thru 8. All students in all grades do not take the same amount of classes...thus my problem. How can...
  3. M

    storing two bits of info at once

    the reason for the stored default altitudes is for ease of use. The defaults are used regularly but on occasion need to be changed. do you recommend that i create a second field??? i guess what i am trying to accomplish is to store the default alts in another db while having the ability to...
  4. M

    Guess The Memory Is The First To Go

    Didnt mean to sound rude, just the default we have here at work is to have caps on, force of habit.....my appologies
  5. M

    storing two bits of info at once

    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...
  6. M

    Guess The Memory Is The First To Go

    THANKS ALOT RICKY
  7. M

    Guess The Memory Is The First To Go

    WOULD SOMEONE BE SO KIND AS TO REMIND ME WHAT THE FORMAT IS FOR HAVING A TEXTBOX DISPLAY COLUMN 2 FROM A BOUND COMBO BOX........ HATE ASKING BUT CANT REMEMBER FOR THE LIFE OF ME THANKS RICKY
  8. M

    how do i save lookup values in a form??

    in a way it does, but just want to verify...... most of the airspace has default altitudes, but on occasions they do change..... so i wanted to lookup the default altitudes from one table and store it on the other table while also having the flexibility to overright the default altitude and...
  9. M

    how do i save lookup values in a form??

    Heres the deal.... have 2 DBs, one is Airspace_definitions which has a field in it called Default_Altitude the other is Airspace_events.... Now, i have a form which looks up the airspaceid as a combo box and default altitude from is referenced from DB1 as a text box the concept works like a...
  10. M

    Screen Resolution

    Very interesting to say the least..... I, being an amature DB creator, am at a loss when it comes to supplying input in this topic, but was wondering if there was a way to automate the reverse on exiting the program. Was wondering if anyone has actually used this code and if so what did you do...
  11. M

    add multiple records at once???

    Very interesting.... never knew that, like they say you learn something new everyday... just think of all those databases i wrote that might have problems in the future....hehehe oh well thanks for the advice Ricky
  12. M

    add multiple records at once???

    appreciate the tips gonna try it out this weekend will let ya know if it works and why would spaces in the field names cause problems??? as you can tell i am not a pro at this but am learning everyday with help from you guys thanks again Ricky
  13. M

    add multiple records at once???

    dont know how common this is but i am being tasked with finding a way to add multiple records at once.... for instance, my DB keeps track of military airspace that goes active and cold throughout the day. right now i have it set up where the user selects an airspace and fills in the data, date...
  14. M

    Time convertion

    WORKS LIKE A CHAMP ! ! ! THANKS ALOT FOR YOUR HELP RICKY
  15. M

    Time convertion

    I've searched but havnt found this question posted..... This is the situation, I created a data base for the government that tracks times that airspace goes active and when it goes "cold". so far so good The times entered are in Greenwich time, or military time (zulu time). I am in the EST...
Back
Top Bottom