Search results

  1. S

    How to add selected items from a combo box to a listbox on a form

    I am looking for a solution to an idea I have. I have a form and on it has a combo box. That combo box has a list of items related to that form's record. I want to have the ability to select an item on that combo box list and it adds itself to the Listbox on the same form. This should also...
  2. S

    Solved How to add two fields in my form t

    Just a little code correction; I would like to combine two fields in my form to make the subject of my outlook appointment. Here is my code for one field, Title: If Len(Me.Title & vbNullString) > 0 Then .Subject = Me.Title I would like my subject to formulate a...
  3. S

    Requiring help with ironing out some issues with my task management DB

    I am stuck on a number of problem(s) of which I would really appreciate some help (I wasn't particularly keen to try this method of adding a task management DB to my project however it seemed to be the only example to fit the bill): Simulation: I use the Form DB Task List to list all the tasks...
  4. S

    Solved Code required for hiding "[Status]=Closed" records on continuous forms

    Hi all, I am looking to develop a continuous form that contains all "task" records from a task management DB. Note, I have not started creating this DB. On the continuous form, I am thinking about how all the records will show and how to filter those. Thus, I am looking to see if there is a...
  5. S

    Solved How to create a search filter using a "from" and "to" date range picker on a continuous form

    Hi all, I have a continuous form with a whole bunch of dates. I would like to create a search filter with the criteria "from" date and "to" date using a date picker. I have not yet designed this, so do not have any existing code. The reason behind this request is so that I can create a report...
  6. S

    Solved How to create a dynamic search filter using text box and multiple filters on a continuous form

    Hi All, I have been working on making improvements to an Asset Management Database that I have been building for some months now. I am finding it quite difficult to create a dynamic search filter using a text box to search both text and date fields on a KeyUp function. I would like your help...
Top Bottom