Recent content by Liat

  1. L

    Primary key

    Is it important that primary key would be a number for performance purposes? How do I set 2 different fields as one primary key? How do I set 2 different fields as two separate primary keys?
  2. L

    Form Opening to a New Record

    empty table I get 'runtime error" when the table is empty
  3. L

    Read Only

    How can I provide "read only" access to a specific user?
  4. L

    Data retrieval

    Data appears in field's form only after mouse move. What could be the reason?
  5. L

    record is saved

    When the user press 'tab' key the record is being saved. I would like to prevent it and enble record saving only when 'save' button is presed
  6. L

    SELECT statement

    I am trying to narrow down a list for a combobox by specifing one of the fields value on form as a acriteria SELECT location.LOCNAME FROM location; WHERE (((location.LOCCLIINIT)=[location].[LOCCLIINIT])); I get all list of locations' name instaed of location names with client code as displayed...
Back
Top Bottom