Search results

  1. rodich

    data validation, how can view more rows in list

    Hi, all I have some drop down list. In the list I view only 8 rows. How I can view 24 rows, for example
  2. rodich

    clear filelds of form

    Happy New 2010 Year! how to properly? I use procedure to clead fields of form Me!FieldName1 = Nothing Me!FieldName2 = Nothing ..... Me!FieldNameN = Nothing but I can't to use fields after clearing :(
  3. rodich

    SQL code and " "

    Hi, guys, how I can to write condition in SQL statement I have DoCmd.RunSQL SELECT * INTO SomeTable FROM Logs WHERE (((Logs.Date) = " & Date & ")); and Access return me message "syntax error" Why?
  4. rodich

    which record is selected

    Hi, guys. It's me again :cool: I have a form with subform and combobox. Record source of combobox is Sql: (SELECT ID, Name FROM [Contacts];). Subform based on Querry, Default view is Datasheet, recordset type is Snapshot. When I choose Name from combobox (I use AfterUpdate event) and...
  5. rodich

    pop up form access 2007

    I try to find in access 2007 .... how to open pop-up form in center of display :o
  6. rodich

    some fields of Memo type

    Now I have other question. I have form with unbounded textboxes. After filling I save them with button rstTable!Field1.value = me!textbox1.value and etc. When I put data in the fields I have problem with 2 of them. I use some text boxes to fill long text in 4 Memo fields. But in 2 of them...
  7. rodich

    view Msg if the form control is empty

    Dear all, I'm new here and in acccess 2007 too. Sorry, that I will ask some foolishly ..... I have form with some controls (combo boxes, text boxes). The Form is not connected with table. When I fill them, then I use button to save it in table. How I can to check that controls (one or...
Back
Top Bottom