Search results

  1. A

    date does not show with "" around it 2nd time round

    If (Me.txt_EnterDate.Value) > lst_GetLastDate.Column(0) Then at run time, when i have the next line on breakpoint, and put the mouse pointer over it (the above line), this shows; Me.txt_EnterDate.Value = "30/12/2008" but the next time round if i display calender and choose date 30/12/2008...
  2. A

    I need to highlight text in a textbox on enter or click

    name of textbox is txt_EnterDate I want to be able to highlight the text in the textbox when i click into it with mouse, for easy editing I could just clear it; txt_EnterDate = "" but the user would need to see what date was previously entered i've already used Private Sub...
  3. A

    listbox not filled with data second time around

    Using access 2003. (1) If i start the form, press btn_clientlist, select a letter im wh_letter then select a client in list_client i will get data in lst_paymentslist. (2) But if i start the form again, press btn_dateview, put in a date into txt_enterdate, a date which i know will not show...
Back
Top Bottom