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 TouchToneTommy 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: Prog76
  • Content: Threads
  • Order by date
  1. Prog76

    Read-Only Word docs

    I have documents that need to be read-only, but that have headers and footers that is pulling info from an access database application. How can I get these docs to have write capable headers and footers, but not the rest of the doc? Please Help.
  2. Prog76

    Sum in Form Footer

    I am trying to sum an unbound control in a continuous form in the form footer and I keep getting #Error. What am I doing wrong?
  3. Prog76

    Field Validation in Form_Close()

    I am checking for required fields in the OnClose function and if there is a field missing I want the Close function to stop. It just keeps closing on me. This is what I have: If Me!txtReqNum <> "" Then If IsNull(Me!optionReason) Then MsgBox ("Please enter a reason for the status...
  4. Prog76

    ERROR when trying to add a new record to SQL

    I set up the connection and opened the recordset, but when I ran it this is what I got: Error Type: ADODB.Recordset (0x800A0E7D) The connection cannot be used to perform this operation. It is either closed or invalid in this context. /resultspage.asp, line 12 Here is my code; what am I doing...
  5. Prog76

    Using IRR in a MSAcess Form

    I need to use the IRR function in a form with fields on the form as the values in the array. Could someone send me an example of how they did this? Is it possible to use the function simply as the control of the control source for the text field?
  6. Prog76

    Calculate a payment using exponents

    I need to calculate a payment using exponents. Does anyone know a function in Access that will do this???
  7. Prog76

    Microsoft Help customized to be your own

    I am trying to customize Microsoft Help to run through my website and customize it. I found it on Microsoft's site, but the instructions are confusing. Has anyone done this and could they give me a step by step on how to start?
  8. Prog76

    Links and targets with no frames

    I am using HTML page with no frames and no CSS. I would like to click on some links at the top of the page and have the content within a table change according to the link. Can table content be changed within the same page or should I try anchor tags? Is this even possible?
  9. Prog76

    Mail Merge Info into a Word Doc from Access

    I am trying to merge certain fields from a table in Access to a Word doc, but I am recieving an error: &quot;Word cannot open the data source&quot;. Here is the code that it is bombing on. ObjWord.mailmerge.OpenDataSource _ Name:=lvQISName, _ LinkToSource:=True, _...
  10. Prog76

    Emailing Reports in Snapshot Viewer Format

    I am coding a button to email reports that contain from access using the acFormtSNP, but users that have Windows 98 and 95 are having problems with this. Is there anything anyone can suggest? Thanks Prog76
  11. Prog76

    Workgroup Security in Access

    I am trying to put workgroup security on one database application, but when I open other database apps they use the same security. I have the database I want to secure on the network and the security file, but it still affects other databases. Is there a way to only apply security to one database?

Part and Inventory Search

Back
Top