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 gkittelson 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. Bartzilla

    Template to asp template

    Hi, In order to make my template more dynamic, I added a recordset to it. The current template is called homepage.dwt. The entire site is written in asp. When I add a recordset to the template, I need to specify it is in asp. Once I do that, the file name of the template changes to homepage.asp...
  2. Bartzilla

    Remove client side rule?

    Hi everybody, We have an employee here who receives mails that are forwarded by a client-side rule in Outlook. However, the notebook that was used to create the client-side rule is not available anymore. How can we possibly change or even delete that rule? Thanks in advance!
  3. Bartzilla

    format output database

    Hi Chris, I am not replacing several characters with one. I only meant that I need to make sure not just the 'enters' get pulled from the db correctly, but also 'shift enters' and things like that. What would be the easiest way to do that? Thanks, Bartzilla
  4. Bartzilla

    format output database

    A while ago I posted a message about pulling data from an Access database. I wanted to know how to pull this data from the db in a way that shows the breaks and things like that. Someone suggested to use a 'replace' function. Now, that would work for just an enter or whatever, but isn't there...
  5. Bartzilla

    Problem with query

    I replaced the INNER JOIN with LEFT JOIN, and it seems to do the trick. Can you explain what exactly is the difference between both joins? Thanks for helping me out.
  6. Bartzilla

    Problem with query

    Hi everyone, I am working on a website in .asp in combination with an Access 2000 database. I am letting the database do al the querying and just stumbled upon a problem I hadn't even noticed before. For this query, I have 3 tables: -Received: stores info about cd's -Bands: stores bandnames...
  7. Bartzilla

    Recordsets and queries

    Cheech, that is exactly was I was looking for. Thanks!
  8. Bartzilla

    Pull data from database in correct format

    That should work. Thanks a lot!
  9. Bartzilla

    Recordsets and queries

    Alright, I am totally stuck here.... I have a database with several tables, amongst those are 'Bands', 'Labels' and 'CdDb'. 'Bands': -id -BandName (text) -Website (text) 'Labels': -id -LabelName (text) 'CdDb': -id -BandId (num) -LabelId (num) In 'CdDb', the field "BandId" is based on the id...
  10. Bartzilla

    Pull data from database in correct format

    I have a website that pulls data from an Access database. In one table, I have a field with large reviews in it. During inputting, when a user hits 'return', it is also stocked in the db. Iow, the data for that field is in the correct format. How can I pull this from the db in a way that shows...
  11. Bartzilla

    File upload - advanced

    I just tried the webpage function, and it seems pretty decent. Thanks for the info.
  12. Bartzilla

    File upload - advanced

    Hi everyone, I am working on a site where I need a photographer to be able to upload a certain amount of pictures on a regular basis. I am familiar with asp upload and things like that and already use it, but not for uploading that much pictures. Now, what would be the best solution if I were...
  13. Bartzilla

    OWA password and domain

    Hi TravisM, Alright, I checked this but still have the same problem. I can leave the default domain blank or fill it out, but it does not make a difference. When trying to change the password in OWA, the default domain is still incomplete. Might there be something else I overlooked? Thanks...
  14. Bartzilla

    OWA password and domain

    Hi everyone, I have Exchange Server installed on a Windows 2000 Server. We also work with OWA. No problem there. I just reconfigured a few things so our users can also change their password through OWA. This works okay, except for one thing: in the field for the 'account' name, it lists by...
  15. Bartzilla

    Hide public folders in Outlook Web Access

    Hi everybody, I have Exchange Server installed on a Win2000 Server. Our company works with several external people. Now, they access their mails through Outlook Web Access. I have one major problem though: those externals can also access all of our public folders through OWA. Of course they...

Part and Inventory Search

Back
Top