Search results

  1. L

    Can't assign value to this object ERROR

    I'm not sure why I'm having such a hard time with this because I've done it before with a combo box, but when I use the following code with a text box, I get the "Can't assign value to this object." If the user doesn't enter a pend date, I want it to assign the current date + 7 days to the...
  2. L

    Populate combo with system date

    Is it possible to have the current day's system date (in the Short Date format) as one of the values in my combo box? I've played around with =Now() and things like that but it literally displays =Now() as the value and I want it to display 12/13/2000 (for example). I'm thinking I probably...
  3. L

    SQL Insert statements for a combobox

    I am building an issue log database. I have a combo box on a form that lists names of people that could be an OWNER for a particular issue. When someone is chosen from the combobox (i.e. when they trigger the CHANGE event), I need to insert a record into a table called Person_Issue_Involvement...
Back
Top Bottom