Search results

  1. P

    Listbox NotInList error message

    Hellozz ppl!!! How can I disable the error message that appears after we entered a not in list value? I´ve read articles on this and tried the following code: Private Sub cod_cli_NotInList(NewData As String, Response As Integer) DoCmd.SetWarnings False MsgBox "Por favor insira...
  2. P

    Secure Database

    How can I disable any edition to the database? I want to block every other user who tries to copy or change anything in the database. The only reason I want to do this is because although I´m still a beginner I thing that my work is being used/changed without my permission. I really need to do...
  3. P

    01-01-CurrentYear

    Is there a function that returns the value "01-01-CurrentYear"?? I need this value because I want my query to return all records between the begining of the year and current date. I already did this but I had to insert <Between #01-01-2004# And Date()> in the criteria of the query. What I want...
  4. P

    Conditional activation of Print button

    Hi.... I have a toolbar containing a print button, but I only want the button to be active when a certain form is opened. Is it possible? 1 more thing, can I make the very same button print a specific report depending on the currently active form (since this button is on a constantly present on...
  5. P

    table forms

    Is there any way to hide the record that is always shown in a a "table like form"?? Could anyone help me with my other thread?? Many thanks...
  6. P

    Combo Box

    How can I make a combo box work as the navigational buttons?? I would like the combo box to list all records from a table and from there the subform would show the correspondent records from another table...
Back
Top Bottom