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 bkrike 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: *

  • Users: calian
  • Content: Threads
  • Order by date
  1. calian

    65536 Record Limit on Lookup

    I have a have a database where one .mdb file is used strictly to record information on people, kind of like a roster - one entry person. Another .mdb is used for transactions, is linked to the roster.mdb, and uses dlookup() to find information about the person to fill part of the transaction...
  2. calian

    Using IE on a Access Form

    Is there a FAQ or tutorial available that explains how to display HTML pages in a control on an Access form? For user-related reasons we won't go into here, toggling between Access and Explorer seems to be too complex. I'd like to display some pages on an Access form, possibly as a popup, but...
  3. calian

    reformating problem within groups on a report

    I'm trying to reformat the output on a report, but can't pull it off. I seem to have all the pieces, but can't put the puzzle together. There are two fields on the report: txtAssignment and intUnit. I group the Assignments, and printed that in the GroupHeader0 section. Then I sort the vehicle...
  4. calian

    how do I make the equivalent of OnMouseOut

    I'd like to have the text in a field react (for example, go BOLD) when I let the cursor hover over the field, and react again (text back to normal) when the mouse moves on. I can use the On Mouse Move event to make the BOLD, but moving off the field does not cause it to return to normal...
  5. calian

    Need Access Security Resources

    For a new project using Office 97, I am planning to implement Access security for the first time. It seems like a real booger to do right. The manuals I have are less than enlightening on many points; the searches I've done on MSDN turn up lots of information, most of little value. Can anyone...
  6. calian

    report printing extra pages - sometimes....

    I have written a report that summarizes a group's activity over a period of time specified at run-time. The records from which it draws the data have 60 categories of activity (fields) in each record. Each record is a day's activity, each category may contain a value from 0 to any-number...
  7. calian

    adding HTML Help to Access 97 application

    Can anyone point me to a tutorial or the url of an msdn page that explains how to tie compiled HTMLHelp to Access? I want to add context sensative help to application forms. <br><br>I've have the application involved about half done (files and forms, but not reports), and have written some...

Part and Inventory Search

Back
Top