Search results

  1. R

    Can't Assign a Value....Well why not?

    In Access 2010, when trying to assign a textbox a value using VBA code I'm presented with this error: What I'm trying to do is record the date and time whenever a record is modified. I'm using the "Before Update" event to run the following code: Private Sub Form_BeforeUpdate(Cancel As Integer)...
  2. R

    Combo Box Used as Filter and Field?

    Hello all! I'm sort of bad with Access and I've run across an issue I can't seem to find any information on. Some background: Right now I have a form where I can view records of computers. I have two combo boxes on this form; one to select the location of the computer and the second to choose...
Back
Top Bottom