Search results

  1. B

    Filter diary data using two dates in vba

    I have a sub form dragged into a main form that shows all existing diary entries. I have already got code for various different filters but I am struggling to wrap my head around this one. Just want the user to input two dates and then the sub form to show all the diary entries between those 2...
  2. B

    Restrict user input in a textbox depending on what iption the user has selected

    That worked perfectly, thank you very much
  3. B

    form to edit a record, when I open a record the combo boxes do not populate?

    I have a data entry form that is also used for editing exsisting records, upon the opening of a record the form populates with all the data of the record apart from what is previously selected in combo boxes, so I need to find a way to re-populate those comboboxes Many thanks in advance :)
  4. B

    Restrict user input in a textbox depending on what iption the user has selected

    I am building a form in access and I am trying to find a way where user input isn't possible in the associated textbox when "No" from on option box is selected, I understand that I might have to use VBA, but I am very inexperienced with it so any help and ideas will be greatly appreciated, many...
Back
Top Bottom