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 strongm 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. dsmith1000

    Conditional search criteria

    Hello folks, Having a little trouble with a query I'm trying to build. I need to use a conditional criteria in my where statement based on the data in a field. Basically, if this piece of data is this, then search the table using this search criteria, otherwise if it's this value, use this...
  2. dsmith1000

    Text Box Align Right

    Hello all, I am looking for a way to align the value in a text box to the right. Users will put currency amounts in the fields. Thanks lots, David http://www.outerlimitcomics.com David Smith
  3. dsmith1000

    SQL - Delete Spaces

    Got a little problem. Got this query - SELECT [offices].[officeName] FROM offices WHERE offices.officeName Not In (SELECT office FROM dailyFlash Where fDate = [todayDate];) ORDER BY [office]; Using this query to get all the offices that have not placed a daily flash report into the...
  4. dsmith1000

    Cascading Delete

    Hello, I am having a little trouble with a cascading delete. I want all the people that are signed up for a class in my "students" table to be deleted when the class is deleted from my "classes" table. I am using ASP to execute an Access query that will delete the old...
  5. dsmith1000

    Register .dll on web server

    Is there any restrictions on where the .dll has to be located on the drive (which folder, directory...etc)? I created a new folder on the E: drive and stuck it in there. When I registered the component I spelled out the entire path to the .dll (regsvr32.exe E:/inetpub/...). dave
  6. dsmith1000

    Register .dll on web server

    I did. And it gave confirmation that it worked. And my component is Project Type: ActiveX DLL. Any Ideas? Should I try it again? Do I need to make a cab file and install it on the server that way? Thanks, dave
  7. dsmith1000

    Register .dll on web server

    I am having a problem registering a custom .dll I created for a threaded message board. I did what the tutorials on the subject have suggested - use regsvr32.exe - but I am getting an error that seems to say that the component is not registered. This is the error - databaseAccess error...
  8. dsmith1000

    Duplicate Data in Variable

    You have two form elements with the same name. dave

Part and Inventory Search

Back
Top