Search results

  1. samehkh

    add multiple records at once???

    you can simply add a boolean field to this table call it [selected] for example, and display it as a check box, along with the airspace name, in continious form with unbound text boxes date1, time1, date2 and time 2 plus a comand button place thos new controls in the header. Then let the...
  2. samehkh

    Enter Key problem

    Did you try checking the keycode value for [ENTER] ? by using if (keycode=.....) then cancel ......run your code move focus to the next control end if
  3. samehkh

    lookup fields

    First of all, you can edit the query which the lookup wizard created to exclude the null value from each field.Thats in case you insist on putting the five fields in the same table. But typically lookup fields have a specific lookup table for each field and this is simplest, most straight...
Back
Top Bottom