Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. fourofclubs

    Bookmark after submit

    G'day all, Here's what I'm trying to do. I've got a form with a dropdown list on it. Once it is changed, the form submits, and the page is reloaded. I've got a bookmark on a different part of the page that I want to go to after this submit. If anyone knows how to do this, I would be very much...
  2. fourofclubs

    Blank Reports

    G'day, I've got a rather odd problem involving printing reports. I'm adding a record to a table and updating it, then trying to print a report based on the new record. Should be simple. However, I seem to be getting a few blank reports mingled in with the proper reports. I've checked out the...
  3. fourofclubs

    printing data reports

    G'day all, I've got a data report built that I really don't want to be printed (big security issues connected to that and all). I'm wondering if there's a way to prevent anyone from printing or saving this report. Any help will of course be greatly appreciated. Thanks, Brad.
  4. fourofclubs

    Check box question

    G'day, I'm looking to have a check box on my form that allows you to choose one of three values, (0-unchecked, 1-checked, or 2-grayed). I can set it to grayed initially, but once it is clicked on, it can't be grayed again. Any thoughts? Thanks, Brad.
  5. fourofclubs

    Data filter

    This should (in theory) be pretty simple, but as of yet, I've had no luck. I'm just trying to filter the records in a data control. I've tried using the filter property of the recordset, but this doesn't seem to do anything (and I haven't found an applyfilter method or anything resembling one...
  6. fourofclubs

    Problem with Adobe ActiveX

    I'm trying to display a pdf on a form using the Adobe ActiveX control (in MSAccess 97). I'm using a check box to control whether the pdf is displayed or not. The code in the click event for the check box is as follows: If [chkShowPDF] Then [PDFframe].src = [PDFName] Else [PDFframe].src...

Part and Inventory Search

Back
Top