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!

Recent content by Kindi

  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

    Hi gol4 Thanks yes it did work for me, just that by using the "h" i got difference in hours and i needed minutes. Everything works as it should now. Many thanks
  4. 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...
  5. 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...
  6. Kindi

    Update label on form

    It seems like that Access does not know what a DAO is, or the keyword DAO. In Access i can use the recordset keyword without the DAO, but the keyword database is not available, please help! Thanks
  7. Kindi

    Calculated time taken

    Hi Instead of using "h" in the datediff function i used "m", this doesnt work either.
  8. Kindi

    Delete Button

    When designing the form, in the toolbox is a command button that you can put on the form, this then runs a wizard, in this wizard you can create a button to delete the current record on the form. You do not have to do any coding the wizard does this for you.
  9. Kindi

    Update label on form

    Hi Thanks i used the above code as suggested, but when i run the button i get this error box: Compile Error: User-Defined tyoe not defined and the db "As DAO.Database" is highlighted in blue. How can i solve this? Thanks.
  10. Kindi

    Calculated time taken

    Hi Thanks as you suggested, that is what i am trying to do, and it works! thanks. But if the start time is 09.29 and end time is 9.36, the total is still 0. If i input start time 10.00 and end time 14.00 this brings up 4 hours which is correct. How do i bring up the time difference in...
  11. Kindi

    Calculated time taken

    Hi Thanks for the help above, but what i did was in the text box was in the control source i called the expression builder and added as you instructed above: =DateDiff("h",[StartTime],[EndTime]) But when i run the form, and the start and end times are entered nothing happens, what...
  12. 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...
  13. 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...
  14. Kindi

    Virtual Directory Error

    Using a NetWare Client Thanks Kindi
  15. 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...

Part and Inventory Search

Back
Top