Search results

  1. I

    subforms and filters

    i have a sub form that opens a list of activities. on this subform i created a button that gives me only sertain activities by a filter. the problem is the button opens me the subform a second time instead of refreshing the one that is opened this is my code: Dim strwhere As String...
  2. I

    assending / dessending

    i have a label with the following code: Private Sub date_Label_Click() Me.OrderBy = "date ASC" Me.OrderByOn = True End Sub how can i change it so on the first click it will arrange by desending dates and on the second click arrange by assending dates?
  3. I

    programing a button

    i have a sub form showing me all my activities. * i want to create a button that by pressing it i will only get the future activities. (now i get future and past activities) * i want a button that by clicking it I will get all the activities with a sertain word in field X. thanks
  4. I

    popup calander

    no i have only the calender 5
  5. I

    popup calander

    how can i make a popup calender in access2003? i want to have a small icon next to my textbox there is calender 11 activX but its in 2007/
  6. I

    Insert automaticaly records

    Hi Guus2005, This was just a copy paste error from access to the forum, so if you have more ideas... Thanks, Inbal
  7. I

    Wrap text in spreadsheet activex

    Thank HTH, I added the code and it wrote me: Run time error 438 Object doesn't support this property or method So, if you know other ways... Thanks
  8. I

    Insert automaticaly records

    Hi good people, I am trying to add automaticaly records to my data base, but I got error code 3134, I think it because the date and time fields my code is: Strsql = "INSERT INTO activityclosed ( teachers,project, cost,activity,subject,room,lab,notes,phisics,storage,date,from time, class) "...
  9. I

    Wrap text in spreadsheet activex

    Hi all, I have added a spreadsheet to my application, but sime times the text is too big, so I tried to put the attribute wraptext=true, but I couldn't found t. Can you please help me. my code is: Dim dbVideoCollection As DAO.Database Dim rstVideos As DAO.Recordset Dim dbVideoCollection1...
  10. I

    meny to meny relationships

    now i get it thanks!
  11. I

    relationships

    2003 but i got it to work... i had to copy and past the tables and it worked
  12. I

    meny to meny relationships

    can it be a query that does grouping?
  13. I

    meny to meny relationships

    how can i make a meny to meny relationship? i dont understand the access help...
  14. I

    relationships

    when i open the relationships window, i dont see eny relasionships. if i press the relationship preview i see a lot of relationships. how can i delete them (or see them in the relationship window)? and if i make a new relationship and save. when i open the window again, i dont see it. WHY?
  15. I

    edit button

    thanks a lot!
  16. I

    edit button

    do i have to write the code on lost focus for every feild or can i write it for the wole line together?
  17. I

    parameters

    can i make the parameter in a query be a combo?
  18. I

    edit button

    i wrote the code in my DB it lets me make changes now but it doesnt get enabled again. and one other question, is it possible to allow changes for the specific row only? (not for the whole table?)
  19. I

    edit button

    when i open the DB you attached it doesnt let me do eny changes... the code line changes but i still cant add input.
  20. I

    query info to combo

    i tried to choose the query in the row source also but still the combo is empty
Back
Top Bottom