Search results

  1. B

    Disable "X" - Access 2007

    I need to disable the "X" close on the Access window with my application. I have tried 2 approaches from this forum and 1 from the knowledge base and none of them works with my application. They all seem to gray out the "X" but none disables it. I get no errors at compile or when running the...
  2. B

    Error when report is printed from preview view

    My application has a report manager form that allows the user to open a report in preview or print mode (via command buttons and code). On one report, if the user opens the report in preview and clicks the windows print button from that view, a footer print event calculation seems to re-iterate...
  3. B

    Add/Remove records from a list

    (Been a while since I had a question.) I have a table that stores a list of paper forms. the fields are ID#, display name, doccument name, and a code to determine if its a Word or Excel doccument, or an access report. Works fine; the user can click a form name (on the Forms/Reports tab on the...
  4. B

    2002 Startup

    I have a database (split) I developed using Access 2000 (Office Professional). I installed it in a lap top that has Office Prosessional 2002 and am encountering several problems: 1) The shift-key bypass does not work; 2) My application uses an access wizzard switchboard. With the lap top, when...
  5. B

    Where did HELP go?

    This has to be a dumb question. My visual basic help seems to be gone. I get the help dialog box but if I look for a specific topic, I get nothing. Example: I can enter "Openrecordset" in the search index window. It appears to search for the method, etc - but, if i click on it there is...
  6. B

    Table or Value list?

    I have a table, tblSupplies, with a UnitOfMeasure field for both purchase units and use units. ie purchased by the lb but used by the oz. Units of measure could be weight, length, or liquid depending on the particular supply item. In any case the options for each type of measure are fixed...
  7. B

    Lost my WinZip

    Earlier, I posted a question about .CAB files and got an answer. Lately, I've been using Xtractor+ to extract files, but it won't touch .CAB files. Somewhere along the way, I've lost WinZip. I know its a freebee (Probably how I got it to begin with) but I can't find a site where I can...
  8. B

    Cabinet Files

    Using Access 2000, Windows 95 (Yes 95), I have downloaded several files samples/templates. I am unable to extract those that are .CAB files. Here's the dumb question. How do I extract these files? Some are access code; some are EXCEL templates.
  9. B

    Refresh/requery subform after data added

    On my main form are 2 cascaded CBOs. The "notinlist" event of the 2nd triggers code to add the new record. The subform should then display (via link) the new record for continued editing. The new record is NOT displayed in the subform without first reselecting the added record. If an existing...
  10. B

    merge field calculation error

    Running the code below, I get an error in Word displayed on a blank document. (field calculation error in record 1) If I manually execute the merge in Word from the same query it works fine. Obviously there is something wrong with the code. The code is a slightly modified version of code I...
  11. B

    Can't set index for recordset!

    I have used this code sequence a lot with no problems - until Access2000. Dim dbs as database, rst as recordset set dbs=currentdb set rst=dbs.openrecordset(tablename) rst.index= desired index etc,etc,etc Now, I'm getting error msg saying I can't set that property for the object. Do I need to...
  12. B

    filter form data on the fly?

    My form displays customer data from a query. I want to filter the form's data (including wild card, *) and then refresh the form to display the filtered results. In the header section I have a text box for "name part" and a "Search Button" Depending on an option box, name part is either the...
Back
Top Bottom