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

    Odd tabbing behavior from main form to subform

    (I'm using Access 2003) I have a main form and subform, with the subform being a Tab Stop after several of the fields on the main form. If I tab through the fields on the main form without making any data changes, the focus moves to the first control on the subform just as I would expect. Life...
  2. wingpeople

    Mysterious gaps above shared top border/left of shared left border

    My website uses shared left, right, and top borders. On the index page, the top border displays flush with the top of the screen, but the left border has a small gap (3-5 px) to its left. When I navagate to other pages in my web, the top border displays with a small gap above it, or the left...
  3. wingpeople

    How to connect to MySQL database

    The service I use for Web hosting only offers MySQL (I could pay a lot more for an Access database, but I'm trying not to!). I've created a simple MySQL database on their server. I know what SQL Select statement I want to send it. What I haven't a clue about (and it's gotten worse in the...
  4. wingpeople

    Fetching .SQL from a View or user defined function?

    I'm struggling with using an ADP and ADO vs. the familiar (to me) MDB and DAO. What would be the equivalent in an ADP to this MDB code that fetches the .SQL property from a QueryDef called "qryABC"? (in the ADP, it might be a View or user defined function). Dim MyDB as Database Dim...
  5. wingpeople

    Win95: map LOCAL path to different drive letter?

    I'm trying to map a local folder: c:\g_drive to drive letter G: so I can test some legacy software that specifically tries to read files from a drive G: This is on a laptop named "laptop" with NO network card. When I try using the "map network drive" option out of Windows...
  6. wingpeople

    Turn off Auto-fill of a series of data?

    I just converted an Access 97 mdb to Access XP. XP seems to have a "feature" which is messing up our data entry. It is similar to the "series" feature in Excel, where you can highlight sequential rows containing, say: 2, 4, 6, then drag the box to additional rows, and Excel...
  7. wingpeople

    Button's OnClick event runs without clicking

    I'm running a SELECT that returns several records in a recordset. I want to display all the records retrieved, with a "CHANGE" and a "DELETE" button below each record. I use a WHILE...NOT EOF loop to iterate through the recordset. I've got it displaying the records OK...
  8. wingpeople

    "unspecified error" using .ActiveConnection

    I've posted this on the ASP forum also, but haven't gotten any suggestions there, so.... I have several ASP pages which work fine when I run them on my local IIS for testing. When I move them to the "real" IIS server, 2 still work, but 1 keeps giving me "unspecified error&quot...
  9. wingpeople

    Unspecified error opening recordsets

    I have several ASP pages which work fine when I run them on my local IIS for testing. When I move them to the "real" IIS server, 2 still work, but 1 keeps giving me "unspecified error" messages -- and the line # keeps shifting! The pages which work simply display info from...
  10. wingpeople

    Redirect from OnClick of a button

    I must be having a syntax problem. I want to redirect when the user clicks a button. I have a variable, MyRedirect, which has been assigned a value -- for this purpose, let's say: MyRedirect = &quot;MyOtherPage.asp?ID=135 I include this line to define my button: <button...

Part and Inventory Search

Back
Top