Search results

  1. T

    FINAL STEPS TO GO, heeeeelp

    hi experts i have just finished working in my database and i want to make a final touch if there is a method to make the login screen to be more advanced for example the button of logging will not appear until you type the correct username and password and if the password is given x times a...
  2. T

    application to quit after three invalid password enteries, please help

    hi experts i now use this code private sub login_click() username.setfocus if isnull (username) then msgbox "please enter username",vbcritical,"username is missing" elseif isnull (password) or password = "" then msgbox "please enter password",vbcritical,"password missing" end if if username =...
  3. T

    Log in problem

    please help from the experts Hi All in the attached file i tried to make the login screen to be a good one but i failed so wanted to know how to 1- user name entered without a password (msgbox "password missing") 2- password entered without a user name (msgbox "User Name missing") 3- if the...
  4. T

    Msg BOXES

    to make a report to return a msg box saying that there is no records i want the the query do it to and the form i did it with reports with report no data( cancel as integer) and it worked but i can not do it with both queries and forms
  5. T

    windows media player

    i want to add a windows media active x controle in a form to play a video which is a result of a query table "machines" contain the video of the machine form to view the information of the query and the active x plays the result so please help
  6. T

    please help

    i put windows media player active x control in a form and made the url to a media file in my pc but the question here can i make the url uneversal (absolute refrence) in other words the url or the file path was d:\videos\vid001.avi so i want the url to go with me if i put it in any partition
  7. T

    Form with tab control to view data from multiple tables

    i want to make a form that appears with tab controle to view data about a record in the machine table if there any one who can help please do because i am in trouble
  8. T

    videos in a form

    i have a 1000 GB hard drives and lots of movies that i cannot remember so i began to make a database access file with one table and one form and three querries the table is called movies with fields Movie id Movie Gener Movie Title Movie Pictures Watch movie so i want to attach more than one...
Top Bottom