I have an MS database for my radio logs. I have a field named Frequency and a second field named Band. The value that is entered into Band is mathematically related to the frequency value. Here are some of the relationships. There are quite a few more
Frequency >1.8 or <2.0 then put 160M into Band field
Frequency >3.5 or <4.0 then put 80M into Band field
Frequency >7.0 or <7.350 then put 40M into Band field
Frequency >10.1 or <10.150 then put 30M into Band field
Is there a way to have the BAND value automatically filled in when a value is entered into the Frequency field. So if I enter 3.753 in the Frequency field I would like a value of 80M to be added automatically to the Band field
I have updated the database using the update querry so far.
thanks Mark
Frequency >1.8 or <2.0 then put 160M into Band field
Frequency >3.5 or <4.0 then put 80M into Band field
Frequency >7.0 or <7.350 then put 40M into Band field
Frequency >10.1 or <10.150 then put 30M into Band field
Is there a way to have the BAND value automatically filled in when a value is entered into the Frequency field. So if I enter 3.753 in the Frequency field I would like a value of 80M to be added automatically to the Band field
I have updated the database using the update querry so far.
thanks Mark