Search results

  1. K

    Rich Text Box - can't get border to disappear

    I'm using Access 2000. I've got a report with Active X rich text boxes that change the font from regular black to bold red based upon the value. That part is working fine. For the life of me, I can't get the darn border to disappear. I've set the border to 0 using the properties box. I've...
  2. K

    Help with passing an int to a funct and returning a str for field name

    I've been trying to solve this problem all week, and will welcome any suggestions. I've searched the forums and MSDN library, and googled, but I must be missing *something* :confused: I'm using Access 2000 and VBA I would like to pass an integer variable (that corresponds to calendar...
  3. K

    varArray with type mismatch error using GetRows method

    I'm trying to populate an array with rows from a table. Right now I've only got one row in the table for test and debugging purposes, and I'm able to connect to the db, set the recordset, and I can count the rows in the recordset (while debugging, I can see the RecordCount is holding a value of...
Back
Top Bottom