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

    Time Input Mask

    Hi I have 2 fields called start and end time, they are date/time datatypes, and when i have created the form i have put the short time input mask. BUT when i run the form it is the long time input mask (which includes seconds). This is the input mask code in the property sheet for the 2...
  2. Kindi

    Short Time Input Mask Displays Long Time Input

    Hi I have 2 fields called start and end time, they are date/time datatypes, and when i have created the form i have put the short time input mask. BUT when i run the form it is the long time input mask (which includes seconds). This is the input mask code in the property sheet for the 2...
  3. Kindi

    DateDiff Function for Time

    I have 2 text boxes, starttime and endtime, when the user enters in start and end times, another third box populates with the total time take between the start and end times, the control source of the total time is set to this: =DateDiff("h",[startTime],[EndTime]) All of this works...
  4. Kindi

    update label with query results

    Hi When a user enters in text in 2 text boxes on a form, i wish them to click a validation button. The validation button will then run a query and the query will comprise of information added in the text boxes above, the results will then appear on the same form on a label. To do this a...
  5. Kindi

    Calculated time taken

    Hi A user has two input time boxes one for start time and one of end time, once the end time is clicked i wish the total time to be work out between the start and end time, and then to enter this total time in a text box on the same form. On the expression builder how can i do this, i have...
  6. Kindi

    Update label on form

    Hi When a user enters in text in 2 text boxes on a form, i wish them to click a validation button. The validation button will then run a query and the query will comprise of information added in the text box above, if the query returns data, i wish this data to appear on the same form on a...
  7. Kindi

    Virtual Directory Error

    I have created a virtual directory on IIS 5.0, and i map the virtual directory to a folder on my netware server which is running Netware 3.0. In IIS i see an error symbol next to the virtual directory, but when i click at the virtual folder it shows me the contents - which are all correct...
  8. Kindi

    Operation must use an updateable query

    On my ASP page i have coded a insert query, the query is correct however when i check on the browser i get this error HTTP 500.100 - Internal Server Error Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Microsoft Access Driver] Operation must use an...
  9. Kindi

    Check if entry has already been added

    I have an entry form in Access where the use adds a new record to a table, i wish that before the entry is added, to run a query on the database, to check if that entry is already added, and to return back how many entries have been added of that name, and then to tell the user with a dialog box...
  10. Kindi

    Export SSL

    I have a SSL installed on my IIS version 1.1, i now have a new server with Windows 2000 and IIS 5.0, i wish to export my SSL over to the new server, i found help on the Microsoft site, but this only applied to IIS 5.0, can anybody help or advise? Thanks Kindi
  11. Kindi

    Make file download to users PC

    I have a PDF that i wish users to download, at the moment when they click to download the PDF, if Adobe Acrobat is installed, the PDF opens in the browser, if Acrobat is not available, the user has to save the PDF to their PC. I wish the users to ONLY be able to save the PDF on their PC, how...
  12. Kindi

    object disabled error

    Our webserver went down, and the server was rebuilt with windows 2000 and IIS 4.0 as before. I have set up the websites as normal on IIS, however all websites that run with HTML files are working ok, but websites that are ASP scripts in the browser come up with a 'Object Disabled' error. Not...
  13. Kindi

    Write Conflict Error Message

    I have a SQL server DB, and the data is added by Access Forms 2000 front end, via linking tables. I have never come across this problem before, but when the a form is in edit mode of a particular table, when a user edits the data, and clicks to move to the next record, a write conflict message...
  14. Kindi

    Install SSL again

    Hi My web server went down, and i have replaced all the files, etc. but i have to reinstall the SSL for a partiular website. I have the original certficate request file, but in IIS i am asked to generate a new request, which i do not wish to do as the request is already created. I am not sure...
  15. Kindi

    Open form in ascending order of a particular field

    I wish a form to open in ascending order of a certain number field. There is a property setting for the form, called Order By and the Access help recommends to just add the name of the sorting field in this option, but its doesnt seem to work! Any ideas? Cheers Kindi
  16. Kindi

    Command to close form

    What is the command to close a form from a command button call. Thanks
  17. Kindi

    Search by Date

    I wish the user to enter a date on a form, and click a command button. The command button then finds all records with that date in a certain column, and open the entries found in a certain form, ready to be edited. How can i do this? Many Thanks
  18. Kindi

    Check if file is avaliable on server

    With the File System Object in ASP, is it possible to check if a certain file is avaliable on the server? If yes, how do i implement this? Thanks
  19. Kindi

    File on another server

    I have an ASP page that allows a user to download a file. The file is sitting on another server, but is mapped to the server where the script is executing. so in the HTML tag, this is how i create the link: <a href=&quot;file://h:/downloads/download.pdf&quot;>download file</a> This does not...
  20. Kindi

    search date problem

    I have a created a search engine on a form in access. When the search command button is hit, it filters all records that matches the criteria given, and opens a form in read only mode, with all the filtered records. There is a point where a user can enter a date into a textfield and search by...

Part and Inventory Search

Back
Top