Search results

  1. A

    property list in datasheet view

    thanks, anyway it looks there is no property for that.
  2. A

    property list in datasheet view

    Hello Everybody, I have something that looks easy but it makes me sick! I want to avoid the properties list to pop out when a form is viewed in dsview. I remember there was a property to set that but I cannot find it. Thanks
  3. A

    time format of txt box

    well, in fact it's a text box for entering and editing data. Anyway I have solved the issue by keeping it as a pure text field and forgetting the "hh:mm" format. But this approach will not be good if I really need to work on the data (like using it in a calculated field or anything like that)...
  4. A

    time format of txt box

    thanks for the quick reply Keith. Anyway the record source is a SQL table and the field is a time(7) type. When I link this in the Access 2010 frontend it converts it to a TEXT field type and I think that is creating the problem.
  5. A

    time format of txt box

    Hello everybody, I have a small issue, but cannot solve it. I have a form with a textbox bound to a time(7) on a SQL server linked table. Even if I put the format as "Short time 24h" or "hh:mm" it will always come out with seconds, nanoseconds, etc as soon as you change record. Any clue on...
  6. A

    New member

    Hello Everybody, I am not a professional programmer but just started few years ago to use VBA for access in order to better organize some information we have in our office. Now many inside our company have appreciated it and I have been asked to expand it. I found many good tips in this forum...
Back
Top Bottom