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

    Access Calendar Control on an unbound form.

    Hello all and thanks in advance for any help. I have an unbound form that contains the calendar control where I would like to be able show the user which employee's are scheduled to work in a specific department on the day selected in the calendar control. There are five subforms on the main...
  2. jazzz

    How do I establish a connection to a Access 2007 db.

    I am currently using a MS Access 2000 db on my site and this is the connection string I am using to connect to it. objConn_swaptrade = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.mappath("/database/swaptrade.mdb") How do I change the line above to work with an Access 2007...
  3. jazzz

    Using ADO with ASP question regarding my testing server

    settings. First, thank you in advance for any help I may receive. My question is fairly simply. I have dynamic pages which I add a file include pointing to adovbs.inc when testing my pages on my IIS server. However, when I upload them to my website I have to remember to remove that line or I...
  4. jazzz

    Adding Code to a database field and executing it when it

    loads into the page. Hello and thanks in advance for any help with my question. Here is what I would like to do if possible. I have an asp page that obtains its value from a memo database field. I would like to add a sub to the memo field and have it execute when the value is loaded into the...
  5. jazzz

    Create a custom Help file.

    Hello all and thanks in advance. I am looking to convert my custom Access Help files to HTML so they are supported in Vista anyone have a favorite application they like? Or if I have to redo them from scratch what do you recommend to create the help files for all my Access projects. Thanks...
  6. jazzz

    Creating a Previous Button just don't get it...

    Hello, I am new to actionscript and I am lost. I have a flash movie which has a Next button and Reply button, which I copied the code from a book and they work fine. Now I would like to add a previous button so the user can return to the previous screen but I am having no luck. I have a layer...
  7. jazzz

    Populate two tables on the same page with

    different SQL statements from the same database can it be done? I have been attempting to place two tables on my asp page and populate them dynamically with two seperate SQL statements from the same Access database but when I place the second table on the page it will not load. Can I make two...
  8. jazzz

    I would like to know how to add new fields to a linked

    table. Anyone that can lend me a hand on how to open the BE database locate the table and add the fields I would appreciate it. Just a little code to get me started would be great I can take it from there. I would use DAO since I know that will be installed on the target machines. Life's a...
  9. jazzz

    My Flash Movie plays on some machines and on others

    it stops and the control that holds my action script to move to the next page is not visible. I am using Flash 8 Professional, I did download and apply the Macromedia extension that is listed on their website. Anyone have any ideas and can point me in a direction to look to make these movies...
  10. jazzz

    General CSS question from a Newbie to CSS

    Now that I am getting a better understanding of CSS I have a few general questions that don't seem to be addressed in all the books I purchased so I present it to you for your opinion. 1.) When designing with CSS should I build my pages to fit a specific monitor size or should I allow it to...
  11. jazzz

    How do I allow a layer to slide up or down as needed

    or can't I? First, thanks in advance. Here is what I am attempting to do, maybe I can't with layers, I don't know. I have 5 layers on my page the top one is the Navigation bar, which will never change location or size. Under that I have three columns, which can chage in height but not in...
  12. jazzz

    How do I refresh page one when using the back button on my mouse

    First, thanks for looking at this it is appreciated. Here is what I have and what I would like see happen. I have two ASP pages, page one the user selects criteria via a form. Upon clicking submit they are directed to page two where we search the db using their criteria with the results, if...
  13. jazzz

    Working with dates in ASP

    First thanks in advance you guys always got the right answers or send me to the place where I can find what I need and it is appreciated. I need to subtract one day from a returned value from a database where I store a date. I don't want to change the Expiration Date in the database just the...
  14. jazzz

    Question on a form multi-line text fiels on an ASP page.

    First let me thank everyone in advance. My question is this. I limit a multi-line text field to 450 characters. Prior to submitting the page for processing I validate the fields. If the text field exceeds 450 characters I don't allow the field to be processed or the form submitted and I...
  15. jazzz

    Cannot add a New Record but can update OK

    Hello and thanks in advance. Here is my dilema. I have a form where I collect information and on submit I send the data to a processor page and add or edit it to an Access database. If I edit the item all works just fine but when I attempt to add a New record I receive an error in my SQL...
  16. jazzz

    Filling in a Checkbox if I am editing a record

    First, let me thank everyone in advance for your help it has always been great. Here is what I am attempting to do. I have a form that I populate from an Access database when editing information. The code I use to populate my text fields is as follows: <input name="txtLEUnits" type="text"...
  17. jazzz

    MSADO15.dll how to properly implement it on a web

    site being hosted at another location. Hello, and thanks in advance. I currently use the adovbs.inc on my web site for pages that are used to call my recordsets. I read where it would be smarter to include the msado15.dll in my Global.asa file as a METADATA TYPE. The example they use in the...
  18. jazzz

    Adding data to a recordset is causing me grief

    being a novice to ADO I created an Access query, which I would like to use to add data to my online database. My question is this: I make my connection just fine but when I attempt to add the data to the query and close my connection I receive an error that the operation is not allowed. Here...
  19. jazzz

    Can I append a cookie value to an exsisting stored cookie?

    I have a cookie that I store on the clients machine lets call it MyCookie. The cookie is created on page1.asp. Now I have another value the I need to store but it doesn't become avaiable until the user moves to page2.asp. If I add the value from Page2.asp to MyCookie does it append to the...
  20. jazzz

    Having trouble with SQL statement with ASP

    objCmd.CommandText = strSQL & " WHERE ItemID = " & rsItems("ItemID") & ";" That code works just fine. Now I want to add another criteria to the WHERE CLAUSE and it is itemdelete = False then I would like to sort the results ascending. Before I go nuts can someone guide me in utilizing the...

Part and Inventory Search

Back
Top