Search results

  1. D

    how to set date between two days using vba ?

    hello all my friends i have a question i want set two dates by vba but i don't no how to do it ... for more understand look the simple example If Date = #12/20/2013# Then MsgBox "Wrong", vbExclamation, "attention" End If but i want set date between two days for example like that If Date =...
  2. D

    how to add tabular record into table ?

    my friend can u give me an append example ?
  3. D

    how to add tabular record into table ?

    any table is not important for me you can create by any name in the database , but append query is not do it for me my brother i used but it was not doing for me . it can be doing it by SQL or Visual Basic code .... please i'm wait all my project was stopped by this process if any one can solved...
  4. D

    how to add tabular record into table ?

    dear Cronk , do you see the database ? i suggest looked database , i have a one table and form the form is getting information from table , but i want when the user input the new record in form store into another table , my friend i know how to add into table but it is tabular form it means the...
  5. D

    how to add tabular record into table ?

    my friend i want when the user input another record in form and click on the button the record was stored into another table
  6. D

    how to add tabular record into table ?

    hello all friends i have a form the control source of form is getting information from table and the type of form is tabular i want when the user input for example 10 person into form when click in the button all the record stored from another table , how to do it ? look my attachment to see...
  7. D

    login form problem ?

    thanks so much friend know it was working thanks so much
  8. D

    login form problem ?

    my friend it is wrong !!!! listen to me what i want if the user put correct username & password display messagebox said : Welcome , if put correct username but wrong Password said :your user name is wrong , if put correct password but wrong username said : Password is wrong , if username &...
  9. D

    login form problem ?

    when i click on login button not happen for example if i put correct user & pass display message box said Welcome i want that can u do it ?
  10. D

    login form problem ?

    it was not working bro !!!
  11. D

    login form problem ?

    hello all friend i have an database application and have been a login form content of Username and Password , i want when the user wrote wrong username said the username is incorrect and when wrote wrong password said the password is incorrect if both of them means username & password said...
  12. D

    how to set update for database application ?

    thanks so much friend i try to give gain that u think
  13. D

    how to set update for database application ?

    hello dear i have a database application i want set license for database for example user can use my database for 15 days by free , but after 15 days the database not working and order to update the database application when who developed it , it is possible ? if yes can u help me ? ..... thanks
  14. D

    i need answer for some question

    here it is my database in the attachment and explain it what i want to do
  15. D

    i need answer for some question

    i need answer please !!!!!!!!!!!!
  16. D

    i need answer for some question

    hi all access programmers i need some answer about some question ..... i create a project for salary company , i have a list box and have 6 columns & i have 1 textbox , i work with code and a listbox is the query know i need the value of textbox is equal with the column 1 from listbox how to...
  17. D

    have any way to disable "Security Warning" ?

    @pr2-eugin i do Compact & Repair , but the error was appear again !
  18. D

    have any way to disable "Security Warning" ?

    look when i create an ACCDE that message box was appears i don't no why i can't create !
  19. D

    String to DateTime

    sorry i don't understand completely , can you tell me shortly ! what date ?
  20. D

    String to DateTime

    if you meant ,,, try it Dim d As Date If d = "03/05/2013 11:26:00 AM" Then anything Else d = Now MsgBox (d) End If
Back
Top Bottom